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,
location: 'Conference Room B',
description: 'Daily team sync meeting',
hasRrule: false,
}
const OCCURRENCE_WITH_HTML: CalendarOccurrence = {
@@ -88,6 +89,7 @@ const ALLDAY_OCCURRENCE: CalendarOccurrence = {
allDay: true,
location: null,
description: null,
hasRrule: false,
}
// ── Import component (after mocks are declared) ───────────────────────────────