From 13b8be9399ba0bc42c1ca4e1cf154b66b11502c8 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sat, 18 May 2024 20:56:38 +0200 Subject: [PATCH] This broke most things tbh, the date functions need to be reworked to account for differently formatted calendars (how idk). This would fix most issues that stem from it in other screens --- components/calendar/CalendarCurrentDate.vue | 3 +- components/calendar/CalendarEvent.vue | 4 +- components/calendar/CalendarEventDetails.vue | 4 +- components/calendar/CalendarMenuSubnav.vue | 7 +- components/calendar/CalendarMenuToday.vue | 4 +- .../calendar/search/lists/EventCallout.vue | 4 +- .../calendar/search/lists/SearchList.vue | 6 +- components/calendar/state/monthly/DayTile.vue | 4 +- components/calendar/state/yearly/DayTile.vue | 4 +- models/Date.ts | 162 --------------- stores/CalendarStore.ts | 186 +++++++++++++++++- stores/EventStore.ts | 37 ++-- 12 files changed, 228 insertions(+), 197 deletions(-) diff --git a/components/calendar/CalendarCurrentDate.vue b/components/calendar/CalendarCurrentDate.vue index a7b2440..9211cef 100644 --- a/components/calendar/CalendarCurrentDate.vue +++ b/components/calendar/CalendarCurrentDate.vue @@ -1,11 +1,10 @@