Added post component for events

This needs RLS disabled, will work on that later, I don't like postgre
This commit is contained in:
Alexis
2024-06-01 11:07:07 +02:00
parent f2d5277c5f
commit a92edd6215
12 changed files with 474 additions and 100 deletions

View File

@@ -27,7 +27,7 @@ const moveCalendarRight = useThrottleFn(() => {
<div class="grid grid-cols-10" @wheel="handleWheel">
<CalendarStateMonthlyDayTile
v-for="day in currentMonthData.days"
:key="day"
:key="`layout-month-grid-${day}`"
:date="{
day: day,
month: currentDate.currentMonth,