Description
src/web/src/components/calendar/calendar-event-sheet.tsx is 892 lines with 14 props, mixing create and edit modes in one component.
Impact Area
Recommendation
Separate create vs edit flows into distinct components, or extract shared logic into a hook and keep thin wrappers.
Additional Context
From architecture health scan 2026-05-31 (finding W7).
Description
src/web/src/components/calendar/calendar-event-sheet.tsxis 892 lines with 14 props, mixing create and edit modes in one component.Impact Area
@alook/web)Recommendation
Separate create vs edit flows into distinct components, or extract shared logic into a hook and keep thin wrappers.
Additional Context
From architecture health scan 2026-05-31 (finding W7).