MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / DayColumn

Interface DayColumn

src/components/CronWeeklyTimeline.tsx:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16interface DayColumn {
17 date: Date;
18 label: string;
19 subLabel: string;
20 isToday: boolean;
21 events: ScheduledEvent[];
22 intervalJobs: { job: CronJob; color: string; intervalLabel: string }[];
23}
24
25// Pastel-ish colors that look great on dark backgrounds
26const JOB_COLORS = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected