feat: Implement contact form clearing, refactor chat avatar display to use S3Image, add unread count to notification filter, and enhance agent detail layout.

This commit is contained in:
pradeepkumar
2026-03-15 00:03:38 +05:30
parent de4a7b8040
commit fed89cbef2
4 changed files with 97 additions and 67 deletions

View File

@@ -241,7 +241,12 @@ class _ContactScreenState extends State<ContactScreen> {
children: [
Expanded(
child: GestureDetector(
onTap: () => context.pop(),
onTap: () {
_nameController.clear();
_emailController.clear();
_phoneController.clear();
_messageController.clear();
},
child: Container(
height: 46,
decoration: BoxDecoration(