@@ -10,7 +10,7 @@ Use this document to find the first files to inspect for common Compass changes.
1010- Router config: ` packages/web/src/routers/index.tsx `
1111- Router loaders: ` packages/web/src/routers/loaders.ts `
1212- Client version polling: ` packages/web/src/common/hooks/useVersionCheck.ts `
13- - Update CTA wiring: ` packages/web/src/views/Calendar /components/Sidebar/SidebarIconRow/SidebarIconRow.tsx `
13+ - Update CTA wiring: ` packages/web/src/views/Week /components/Sidebar/SidebarIconRow/SidebarIconRow.tsx `
1414
1515## Authentication And Session
1616
@@ -50,21 +50,24 @@ Use this document to find the first files to inspect for common Compass changes.
5050- Shared responsive sidebar state hook (` xl ` breakpoint behavior): ` packages/web/src/common/hooks/useSidebarState.ts `
5151- Day keyboard shortcuts (includes ` [ ` toggle): ` packages/web/src/views/Day/hooks/shortcuts/useDayViewShortcuts.ts `
5252- Day view hooks: ` packages/web/src/views/Day/hooks `
53- - Week/calendar view: ` packages/web/src/views/Calendar `
53+ - Week view: ` packages/web/src/views/Week `
5454- Now view: ` packages/web/src/views/Now `
5555- Now keyboard shortcuts (includes ` [ ` toggle): ` packages/web/src/views/Now/shortcuts/useNowShortcuts.ts `
56- - Dedication dialog implementation (native ` dialog ` + hotkeys): ` packages/web/src/views/Calendar /components/Dedication/Dedication.tsx `
56+ - Dedication dialog implementation (native ` dialog ` + hotkeys): ` packages/web/src/views/Week /components/Dedication/Dedication.tsx `
5757- Dedication dialog mount points:
58- - week view: ` packages/web/src/views/Calendar/Calendar .tsx `
58+ - week view: ` packages/web/src/views/Week/WeekView .tsx `
5959 - day view: ` packages/web/src/views/Day/view/DayViewContent.tsx `
6060
61- ## Calendar Sidebar
61+ ## Week Sidebar
6262
63- - Sidebar shell and tab rendering: ` packages/web/src/views/Calendar/components/Sidebar/Sidebar.tsx `
64- - Footer icon row actions (tasks/month, command palette, sync/update): ` packages/web/src/views/Calendar/components/Sidebar/SidebarIconRow/SidebarIconRow.tsx `
65- - Sidebar layout constants and icon group styling: ` packages/web/src/views/Calendar/components/Sidebar/styled.ts `
63+ - Sidebar shell and tab rendering: ` packages/web/src/views/Week/components/Sidebar/Sidebar.tsx `
64+ - Someday tab rendering: ` packages/web/src/views/Week/components/Sidebar/SomedayTab/SomedayTab.tsx `
65+ - Someday week section: ` packages/web/src/views/Week/components/Sidebar/SomedayTab/SomedayWeekSection/SomedayWeekSection.tsx `
66+ - Someday month section: ` packages/web/src/views/Week/components/Sidebar/SomedayTab/SomedayMonthSection/SomedayMonthSection.tsx `
67+ - Footer icon row actions (tasks/month, command palette, sync/update): ` packages/web/src/views/Week/components/Sidebar/SidebarIconRow/SidebarIconRow.tsx `
68+ - Sidebar layout constants and icon group styling: ` packages/web/src/views/Week/components/Sidebar/styled.ts `
6669- Google connection/status UI contract for sidebar + command palette: ` packages/web/src/auth/hooks/google/useConnectGoogle/useConnectGoogle.ts `
67- - Sidebar icon row behavior tests: ` packages/web/src/views/Calendar /components/Sidebar/SidebarIconRow/SidebarIconRow.test.tsx `
70+ - Sidebar icon row behavior tests: ` packages/web/src/views/Week /components/Sidebar/SidebarIconRow/SidebarIconRow.test.tsx `
6871
6972## Offline Storage
7073
0 commit comments