Add Qualifications view with full UI
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user