From e9429ac5571547541c9c7030ebb5cd3b12f5ce2a Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Fri, 3 May 2024 23:47:10 +0200
Subject: [PATCH] First draft of function that handles seeing previous / next
events
---
src/components/calendar/CalendarEvent.vue | 6 +-
.../calendar/CalendarEventDetails.vue | 52 +++++++++-
src/components/calendar/CalendarMenuNav.vue | 2 +-
src/stores/EventStore.ts | 96 ++++++++++++++++++-
4 files changed, 147 insertions(+), 9 deletions(-)
diff --git a/src/components/calendar/CalendarEvent.vue b/src/components/calendar/CalendarEvent.vue
index 9f303c9..7f1c6e5 100644
--- a/src/components/calendar/CalendarEvent.vue
+++ b/src/components/calendar/CalendarEvent.vue
@@ -1,11 +1,11 @@
@@ -123,11 +144,36 @@ function handleJumpToDate(date: LeimDate) {
-
+
+
diff --git a/src/components/calendar/CalendarMenuNav.vue b/src/components/calendar/CalendarMenuNav.vue
index 05d303e..d68c0eb 100644
--- a/src/components/calendar/CalendarMenuNav.vue
+++ b/src/components/calendar/CalendarMenuNav.vue
@@ -1,4 +1,5 @@