Added basic event details

This commit is contained in:
Alexis
2024-04-02 20:38:59 +02:00
parent 5f8af0fa9e
commit 015509abf8
16 changed files with 204 additions and 54 deletions

View File

@@ -40,7 +40,7 @@ const isDefaultDate = computed(() => {
>{{ date.day }}</span
>
</div>
<ul v-if="eventsForTheDay.length > 0" class="grid gap-1">
<ul v-if="eventsForTheDay.length > 0" class="absolute top-12 bottom-0 inset-x-2 grid gap-1">
<li v-for="event in eventsForTheDay" :key="event.title">
<CalendarEvent :event />
</li>