fix: Dashboard menu stays active on all routes + remove mobile blur + add standalone admin setup guide

This commit is contained in:
dwindown
2025-11-04 22:04:34 +07:00
parent e161163362
commit 9f3153d904
4 changed files with 148 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ function getStaticFallbackTree(): MainNode[] {
path: '/',
icon: 'layout-dashboard',
children: [
{ label: 'Overview', mode: 'spa', path: '/', exact: true },
{ label: 'Overview', mode: 'spa', path: '/dashboard' },
{ label: 'Revenue', mode: 'spa', path: '/dashboard/revenue' },
{ label: 'Orders', mode: 'spa', path: '/dashboard/orders' },
{ label: 'Products', mode: 'spa', path: '/dashboard/products' },