You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sketch): extract PlanSketch into modular components #331
- Extracted PlanSketch into smaller, reusable components: TaskPanel, SectionPanel, PlanToolbarFactory, and PlanController.
- Improved code organization and maintainability by separating UI rendering, toolbar creation, and plan management logic.
- Updated imports and references to reflect the new structure.
0 commit comments