feat(CC-089): add Standup, Habits, OKR, LearningQueue, Focus to navigation
This commit is contained in:
parent
c023de5c1f
commit
7f0fe42a33
1 changed files with 5 additions and 0 deletions
|
|
@ -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 }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue