diff --git a/components/calendar/form/CreateEvent.vue b/components/calendar/form/CreateEvent.vue index 9621fd5..7729509 100644 --- a/components/calendar/form/CreateEvent.vue +++ b/components/calendar/form/CreateEvent.vue @@ -107,7 +107,6 @@ async function handleSubmit() { v-model="eventSkeleton.location" type="text" name="new-event-location" - required placeholder="Ajouter un endroit" class="w-full -my-1 py-1 px-2 text-sm border-b-[1px] bg-transparent focus-visible:outline-none focus-visible:border-blue-600"> diff --git a/components/calendar/state/monthly/DayTile.vue b/components/calendar/state/monthly/DayTile.vue index 355f419..0ae0b5d 100644 --- a/components/calendar/state/monthly/DayTile.vue +++ b/components/calendar/state/monthly/DayTile.vue @@ -168,7 +168,7 @@ const eventsNotDisplayed: ComputedRef = computed(() => eventsFo .event-move, .event-leave-active { position: absolute; - transition: all 100ms ease-in-out; + transition: all 200ms ease-in-out; } .event-enter-from, .event-leave-to {