add container menu option
This commit is contained in:
+7
@@ -431,6 +431,13 @@ class BrowserBottomAppBar extends HookConsumerWidget {
|
|||||||
leadingIcon: const Icon(MdiIcons.exclamationThick),
|
leadingIcon: const Icon(MdiIcons.exclamationThick),
|
||||||
child: const Text('Bangs'),
|
child: const Text('Bangs'),
|
||||||
),
|
),
|
||||||
|
MenuItemButton(
|
||||||
|
onPressed: () async {
|
||||||
|
await ContainerListRoute().push(context);
|
||||||
|
},
|
||||||
|
leadingIcon: const Icon(MdiIcons.folder),
|
||||||
|
child: const Text('Containers'),
|
||||||
|
),
|
||||||
MenuItemButton(
|
MenuItemButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await context.push(FeedListRoute().location);
|
await context.push(FeedListRoute().location);
|
||||||
|
|||||||
Reference in New Issue
Block a user