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 562026149f - Show all commits
+6
View File
@@ -103,6 +103,12 @@ body {
*/
.sx__date-grid,
.sx__month-grid-day__events {
/* Fallback: Schedule-X uses the built-in `primary` family for any event whose
* calendar colorName is not registered (e.g. a member calendar absent from the
* current /api/me members list). Remapping it keeps all-day events solid-filled
* even in that fallback case, so the pill never degrades to the light tint. */
--sx-color-primary-container: var(--sx-color-primary);
--sx-color-on-primary-container: #FFFFFF;
--sx-color-shared-container: var(--sx-color-shared);
--sx-color-on-shared-container: #FFFFFF;
--sx-color-member-1-container: var(--sx-color-member-1);