Added Chat

Restructured Calendar
Some Changes in Timetracking
This commit is contained in:
2024-01-15 10:19:06 +01:00
parent 05130052af
commit f5e7700809
8 changed files with 603 additions and 5 deletions

View File

@@ -42,6 +42,11 @@ const userMenuItems = ref([
label: 'Benutzer',
icon: 'i-heroicons-user-group',
to: "/users"
},
{
label: 'Chat',
icon: 'i-heroicons-user-group',
to: "/chat"
}
])
@@ -138,7 +143,12 @@ const navLinks = [
},
{
label: "Plantafel",
to: "/planningBoard",
to: "/calendar/timeline",
icon: "i-heroicons-calendar-days"
},
{
label: "Kalender",
to: "/calendar/grid",
icon: "i-heroicons-calendar-days"
},
]