feat: move history to admin page
This commit is contained in:
@@ -54,6 +54,12 @@ class AdminScreenView extends StatelessWidget {
|
||||
subtitle: l10n.manageProducts,
|
||||
onTap: () => context.push('/products'),
|
||||
),
|
||||
_AdminTile(
|
||||
icon: Icons.history_rounded,
|
||||
title: l10n.tabHistory,
|
||||
subtitle: l10n.closedTabs,
|
||||
onTap: () => context.push('/history'),
|
||||
),
|
||||
_AdminTile(
|
||||
icon: Icons.file_upload_outlined,
|
||||
title: l10n.importData,
|
||||
|
||||
Reference in New Issue
Block a user