Add Objects view with full UI

This commit is contained in:
2026-03-12 19:53:37 +00:00
parent b7ead685df
commit aa8a71d5c9
3 changed files with 726 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ const navigation = computed(() => {
{ name: 'Verfügbarkeit', href: '/availability', icon: '📅' },
{ name: 'Stundenzettel', href: '/timesheets', icon: '⏱️' },
{ name: 'Qualifikationen', href: '/qualifications', icon: '🎓' },
{ name: 'Objekte', href: '/objects', icon: '🏢' },
)
if (authStore.isChef) {