feat(mobile-fixes-phase3): Complete US-307 - Restructurare Footer Nav (4 butoane noi)

Implemented by Ralph autonomous loop.
Iteration: 1

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-12 13:38:58 +00:00
parent b7f442ed33
commit a5740eaf78
16 changed files with 832 additions and 365 deletions

View File

@@ -130,13 +130,19 @@ const routes = [
}
]
},
{
path: '/dashboard',
name: 'MainDashboard',
component: () => import('@reports/views/DashboardView.vue'),
meta: { requiresAuth: true, title: 'Dashboard - ROA2WEB' }
},
{
path: '/',
redirect: '/reports/dashboard'
redirect: '/dashboard'
},
{
path: '/:pathMatch(.*)*',
redirect: '/reports/dashboard'
redirect: '/dashboard'
}
]