From 1aa3350da3ceab262508bbfd405c7bd9ed6e82e2 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 5 Mar 2025 20:03:52 +0100 Subject: [PATCH] Fixed a bug with dates and some style issues --- components/calendar/PreviewCard.vue | 10 +++++----- components/calendar/dialog/Create.vue | 1 + components/calendar/form/Create.vue | 12 ++++++++++-- components/global/AddCard.vue | 2 +- components/global/input/Color.vue | 6 +++++- components/global/input/ContentState.vue | 6 +++++- components/ui/label/Label.vue | 2 +- components/world/PreviewCard.vue | 19 ++++++++++++------- components/world/form/Create.vue | 22 +++++++++++++++++----- components/world/form/Update.vue | 20 ++++++++++++++------ i18n.config.ts | 6 +++++- models/World.ts | 3 +++ pages/my/index.vue | 8 ++++++-- server/api/worlds/[id].patch.ts | 4 +++- server/api/worlds/create.post.ts | 2 ++ 15 files changed, 90 insertions(+), 33 deletions(-) diff --git a/components/calendar/PreviewCard.vue b/components/calendar/PreviewCard.vue index 5c16733..04887a6 100644 --- a/components/calendar/PreviewCard.vue +++ b/components/calendar/PreviewCard.vue @@ -23,14 +23,14 @@ const calendarLink = computed(() => isOwner.value ? `/my/calendars/${props.calen