From 25a27dd9d73f7341b6ed6f3345ac5d231d014f32 Mon Sep 17 00:00:00 2001 From: admin-valentin Date: Sun, 2 Aug 2026 17:45:02 +0000 Subject: [PATCH] feat(CC-088): mark FamilyOS ready + add QuickCapture, WeeklyReview, StrategyMap, MeetingPrep --- src/lib/navigation.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/navigation.ts b/src/lib/navigation.ts index e6081dc..318f6d9 100644 --- a/src/lib/navigation.ts +++ b/src/lib/navigation.ts @@ -124,7 +124,7 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Education & Development', `${B}/education`), ready('Personal KPI', `${B}/personal-kpi`), ready('Life Analytics', `${B}/life-analytics`), - planned('Family OS', `${B}/family`, 'a3', 'Rol Family Member + politici pentru minori + consimtamant per membru.'), + ready('Family OS', `${B}/family`), ], }, { @@ -374,6 +374,10 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Platform Administration', `${B}/settings/platform`), ], }, + ready('Quick Capture', `${B}/quick-capture`), + ready('Weekly Review', `${B}/weekly-review`), + ready('Strategy Map', `${B}/strategy-map`), + ready('Meeting Prep', `${B}/meeting-prep`), ]; const ITEMS_BY_ROUTE = new Map();