diff --git a/app/[locale]/calendar/page.tsx b/app/[locale]/calendar/page.tsx index ac34ae1a..e446d29c 100644 --- a/app/[locale]/calendar/page.tsx +++ b/app/[locale]/calendar/page.tsx @@ -683,6 +683,25 @@ export default function CalendarPage() { {renderView()} + {/* Desktop event panel */} + {!isMobile && showEventModal && ( +
+ { setShowEventModal(false); setEditEvent(null); }} + currentUserEmails={currentUserEmails} + isMobile={false} + /> +
+ )} + {/* Floating Create Event Button (mobile) */} {isMobile && ( +
@@ -431,8 +432,9 @@ export function EventModal({
)}
+
-
+
{t("participants.rsvp_label")}
@@ -472,16 +474,13 @@ export function EventModal({
-
); } return ( -
-