Add Qualifications view with full UI

This commit is contained in:
2026-03-12 19:47:18 +00:00
parent 96c3fdd836
commit b7ead685df
3 changed files with 602 additions and 0 deletions

View File

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