feat(app): auth, orgs/events UI, router guards, and dev tooling
- Add Sanctum auth flow (store, composables, login, axios interceptors) - Add dashboard, organisation list/detail, events CRUD dialogs - Wire router guards, navigation, organisation switcher in layout - Replace Vuexy @db types in NavSearchBar; add @iconify/types; themeConfig title typing - Vuetify settings.scss + resolve configFile via fileURLToPath; drop dead path aliases - Root index redirects to dashboard; fix events table route name - API: DevSeeder + DatabaseSeeder updates; docs TEST_SCENARIO; corporate identity assets Made-with: Cursor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default [
|
||||
{
|
||||
title: "Home",
|
||||
to: { name: "root" },
|
||||
title: "Dashboard",
|
||||
to: { name: "dashboard" },
|
||||
icon: { icon: "tabler-smart-home" },
|
||||
},
|
||||
{
|
||||
@@ -9,4 +9,12 @@ export default [
|
||||
to: { name: "events" },
|
||||
icon: { icon: "tabler-calendar-event" },
|
||||
},
|
||||
{
|
||||
heading: "Beheer",
|
||||
},
|
||||
{
|
||||
title: "Mijn Organisatie",
|
||||
to: { name: "organisation" },
|
||||
icon: { icon: "tabler-building" },
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user