Restructured Update Process Into Store

This commit is contained in:
2024-01-15 21:54:12 +01:00
parent 9f5a142680
commit 497d768d4e
20 changed files with 176 additions and 918 deletions

View File

@@ -42,11 +42,6 @@ const userMenuItems = ref([
label: 'Benutzer',
icon: 'i-heroicons-user-group',
to: "/users"
},
{
label: 'Chat',
icon: 'i-heroicons-user-group',
to: "/chat"
}
])
@@ -133,7 +128,7 @@ const navLinks = [
]
},
{
label: "Planung",
label: "Verwaltung",
icon: "i-heroicons-square-3-stack-3d",
children: [
{
@@ -151,12 +146,17 @@ const navLinks = [
to: "/calendar/grid",
icon: "i-heroicons-calendar-days"
},
{
label: "Dokumente",
to: "/documents",
icon: "i-heroicons-document"
},
]
},
{
label: "Dokumente",
to: "/documents",
icon: "i-heroicons-document"
label: "Chat",
to: "/chat",
icon:'i-heroicons-chat-bubble-left-right'
},
{
label: "Mitarbeiter",
@@ -169,7 +169,7 @@ const navLinks = [
},
{
label: "Abwesenheiten",
to: "/employees/absenceRequests",
to: "/absenceRequests",
icon: "i-heroicons-document-text"
}
]
@@ -190,7 +190,7 @@ const navLinks = [
},
{
label: "Lagerplätze",
to: "/inventory/spaces",
to: "/spaces",
icon: "i-heroicons-square-3-stack-3d"
},
{