feat(CC-089): add Standup, Habits, OKR, LearningQueue, Focus to navigation

This commit is contained in:
admin-valentin 2026-08-02 17:51:21 +00:00
parent c023de5c1f
commit 7f0fe42a33

View file

@ -378,6 +378,11 @@ export const NAV_SECTIONS: NavSection[] = [
ready('Weekly Review', `${B}/weekly-review`),
ready('Strategy Map', `${B}/strategy-map`),
ready('Meeting Prep', `${B}/meeting-prep`),
ready('Daily Standup', `${B}/standup`),
ready('Habit Tracker', `${B}/habits`),
ready('OKR Tracker', `${B}/okr`),
ready('Learning Queue', `${B}/learning-queue`),
ready('Focus Session', `${B}/focus`),
];
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();