[#3] first basic modal for event display

This commit is contained in:
Camille Moussu
2025-07-25 14:57:23 +02:00
parent 1370ef9d28
commit 5f59831be0
6 changed files with 249 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ function EventPopover({
const handleSave = async () => {
const newEvent: CalendarEvent = {
calId: calendarid,
title,
start: new Date(start),
allday,