Chat channels index

This commit is contained in:
2024-04-16 22:29:58 +08:00
parent bb5a10c4c4
commit 964210cbe4
7 changed files with 157 additions and 10 deletions

View File

@ -41,6 +41,13 @@ class _SolianNavigationDrawerState extends State<SolianNavigationDrawer> {
),
"explore",
),
(
NavigationDrawerDestination(
icon: const Icon(Icons.send),
label: Text(AppLocalizations.of(context)!.chat),
),
"chat",
),
(
NavigationDrawerDestination(
icon: const Icon(Icons.account_circle),