chore: snapshot local dev updates before merge

This commit is contained in:
qzl
2026-02-25 17:04:17 +08:00
parent 53c72e48e6
commit ce6388595b
15 changed files with 724 additions and 526 deletions
@@ -147,7 +147,6 @@ class _AddContactScreenState extends State<AddContactScreen> {
void _handleConfirm() {
final name = _nameController.text.trim();
final email = _emailController.text.trim();
final remark = _remarkController.text.trim();
if (name.isEmpty || email.isEmpty) {
ScaffoldMessenger.of(