Milestone v1.0: FamilySync MVP #1

Merged
luckberg merged 376 commits from gsd/v1.0-milestone into main 2026-06-10 17:39:19 -04:00
Showing only changes of commit 69e5ae8726 - Show all commits
@@ -62,6 +62,7 @@ const TIMED_OCCURRENCE: CalendarOccurrence = {
allDay: false, allDay: false,
location: 'Conference Room B', location: 'Conference Room B',
description: 'Daily team sync meeting', description: 'Daily team sync meeting',
hasRrule: false,
} }
const OCCURRENCE_WITH_HTML: CalendarOccurrence = { const OCCURRENCE_WITH_HTML: CalendarOccurrence = {
@@ -88,6 +89,7 @@ const ALLDAY_OCCURRENCE: CalendarOccurrence = {
allDay: true, allDay: true,
location: null, location: null,
description: null, description: null,
hasRrule: false,
} }
// ── Import component (after mocks are declared) ─────────────────────────────── // ── Import component (after mocks are declared) ───────────────────────────────