feat: add ComingSoonScreen, integrate it into routing, and update chat avatar and home menu navigation
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user