From d6f5975fb95f09a193c37c5dc0aa264dbd981f63 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Fri, 13 Mar 2026 02:35:40 +0800 Subject: [PATCH] Add dot indicator to timed month events in custom eventContent eventContent replaces FC's default inner markup including the dot span. Render a manual fc-daygrid-event-dot with border-color: var(--event-color). Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/calendar/CalendarPage.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/calendar/CalendarPage.tsx b/frontend/src/components/calendar/CalendarPage.tsx index b2a440c..cbeb908 100644 --- a/frontend/src/components/calendar/CalendarPage.tsx +++ b/frontend/src/components/calendar/CalendarPage.tsx @@ -531,6 +531,10 @@ export default function CalendarPage() { // Timed events in month: dot + title + time right-aligned return (
+ {arg.event.title} {repeatIcon} {arg.timeText}