Many Changes for 1.0

This commit is contained in:
2024-02-04 20:21:09 +01:00
parent bd09d07698
commit fa661ff6b3
17 changed files with 1220 additions and 88 deletions

View File

@@ -52,17 +52,12 @@ const navLinks = [
label: "Belege",
to: "/receipts",
icon: "i-heroicons-document-text"
},
/*{
label: "Ausgangsrechnungen",
to: "/customerinvoices",
icon: "i-heroicons-document-text"
},*/
},/*
{
label: "Bank",
to: "/banking",
icon: "i-heroicons-currency-euro"
},
},*/
]
},
{
@@ -111,12 +106,12 @@ const navLinks = [
icon: "i-heroicons-document"
},
]
},
},/*
{
label: "Chat",
to: "/chat",
icon:'i-heroicons-chat-bubble-left-right'
},
},*/
{
label: "Mitarbeiter",
icon: 'i-heroicons-user',
@@ -126,6 +121,11 @@ const navLinks = [
to: "/employees/timetracking",
icon: "i-heroicons-clock"
},
{
label: "Stechuhr",
to: "/workingtimes",
icon: "i-heroicons-clock"
},
{
label: "Abwesenheiten",
to: "/absenceRequests",
@@ -163,11 +163,11 @@ const navLinks = [
const showUserMenu = ref(false)
const userMenuItems = ref([
{
/*{
label: "Profil",
badge: dataStore.notifications.filter(item => item.read).length,
icon: "i-heroicons-user-20-solid"
},
},*/
{
label: "Nummernkreise",
icon: "i-heroicons-cog-8-tooth",
@@ -245,7 +245,7 @@ const userMenuItems = ref([
:links="userMenuItems"
/>
<UDivider
<!-- <UDivider
class="my-3"
label="Benachrichtigungen"
/>
@@ -263,7 +263,7 @@ const userMenuItems = ref([
if(error) console.log(error)
dataStore.fetchNotifications()
}"
/>
/>-->