feat: add ComingSoonScreen, integrate it into routing, and update chat avatar and home menu navigation

This commit is contained in:
pradeepkumar
2026-04-15 15:52:41 +05:30
parent df32a83692
commit fcb8f77004
4 changed files with 141 additions and 3 deletions

View File

@@ -268,7 +268,10 @@ class _MenuDrawer extends ConsumerWidget {
context,
icon: Icons.school_rounded,
label: 'Education',
onTap: () => Navigator.pop(context),
onTap: () {
Navigator.pop(context);
context.push('/coming-soon?title=Education');
},
),
const Divider(color: AppColors.divider, height: 1),
_buildMenuItem(