From f8d2387b599ff866aa329518be2168807749f627 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 24 Aug 2025 19:44:27 +0200 Subject: [PATCH] Added quick navigation for calendar pages --- app/components/calendar/Calendar.vue | 36 ++++++++++++++++++---------- app/components/ui/button/Button.vue | 2 +- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/app/components/calendar/Calendar.vue b/app/components/calendar/Calendar.vue index c95b930..1fb9f7a 100644 --- a/app/components/calendar/Calendar.vue +++ b/app/components/calendar/Calendar.vue @@ -1,6 +1,5 @@