Route
Live route: /calendar.
Source file: app/app/calendar/page.tsx.
Calendar workspace with sidebar calendars, date controls, event list, and detail panel.
/calendarUI patterns
This route should keep using the established dashboard patterns listed below.
- calendar-shell
- calendar-sidebar
- calendar-main
- calendar-detail
- DateTimePickerField
Production review
Review these route-specific items before release.
- Month/week/day/list tabs remain usable.
- Date picker is readable in dark mode.
- Mobile layout stacks sidebar, calendar, and detail correctly.
- Run npm run check after route changes.
- Smoke test the live route after service restart.