From 863937bb160d259671ef422b368a0024791025cc Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 25 Nov 2024 16:33:02 +0100 Subject: [PATCH] Changed limit and added scrollbars on details --- components/calendar/CalendarEventDetails.vue | 32 ++++++++++++-------- components/calendar/form/UpdateEvent.vue | 6 +++- i18n.config.ts | 8 ++--- models/CalendarEvent.ts | 4 +-- supabase/migrations/202401_init.sql | 4 +-- 5 files changed, 33 insertions(+), 21 deletions(-) diff --git a/components/calendar/CalendarEventDetails.vue b/components/calendar/CalendarEventDetails.vue index eac1413..cbbc47f 100644 --- a/components/calendar/CalendarEventDetails.vue +++ b/components/calendar/CalendarEventDetails.vue @@ -75,7 +75,7 @@ function deployDeleteModal() { >
-
{{ event.location }}
+
-
{{ dateDifference }}
+
-
{{ $t('entity.calendar.date.while', { duration: dateDuration } )}}
+