Added Page Events

Added WeekNumbers to DatePicker
Changed Coloring in DatePicker
This commit is contained in:
2024-04-07 14:21:14 +02:00
parent 092f3aa6bd
commit d7fafda78e
7 changed files with 372 additions and 141 deletions

View File

@@ -203,6 +203,11 @@ let links = computed(() => {
to: "/calendar/grid",
icon: "i-heroicons-calendar-days"
}] : [],
... dataStore.ownTenant.features.calendar ? [{
label: "Termine",
to: "/events",
icon: "i-heroicons-calendar-days"
}] : [],
{
label: "Dokumente",
to: "/documents",
@@ -490,7 +495,7 @@ const footerLinks = [/*{
<UColorModeImage
light="/Logo.png"
dark="/Logo_Dark.png"
class="w-1/2 mx-auto my-10"
class="w-1/3 mx-auto my-10"
/>
<UProgress animation="carousel" class="w-3/4 mx-auto mt-10" />