Changed Tasks List

Created Time creation
Added VueDatepicker Package
This commit is contained in:
2023-12-21 16:04:52 +01:00
parent cc636ce040
commit e792ed39c9
6 changed files with 234 additions and 169 deletions

View File

@@ -57,25 +57,41 @@ const navLinks = [
]
},
{
label: "Aufgaben",
to: "/tasks",
icon: "i-heroicons-rectangle-stack"
label: "Aufträge",
icon: "i-heroicons-square-3-stack-3d",
children: [
{
label: "Projekte",
to: "/projects",
icon: "i-heroicons-clipboard-document-check"
},
{
label: "Jobs",
to: "/jobs",
icon: "i-heroicons-square-3-stack-3d"
},
{
label: "Verträge",
to: "/contracts",
icon: "i-heroicons-clipboard-document"
},
]
},
{
label: "Plantafel",
to: "/planningBoard",
icon: "i-heroicons-calendar-days"
},
{
label: "Projekte",
to: "/projects",
icon: "i-heroicons-clipboard-document-check"
},
{
label: "Jobs",
to: "/jobs",
icon: "i-heroicons-square-3-stack-3d"
label: "Planung",
icon: "i-heroicons-square-3-stack-3d",
children: [
{
label: "Aufgaben",
to: "/tasks",
icon: "i-heroicons-rectangle-stack"
},
{
label: "Plantafel",
to: "/planningBoard",
icon: "i-heroicons-calendar-days"
},
]
},
{
label: "Dokumente",
@@ -219,7 +235,7 @@ const items = [
/>
<img
v-else
src="/spaces_hell.svg"
src="/spaces.svg"
alt="Logo Dunkel"
/>
</div>