Added Page Events
Added WeekNumbers to DatePicker Changed Coloring in DatePicker
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user