multica/apps/web/app/(dashboard)
Naiyuan Qing a2d7501d57 refactor(web): restructure to feature-based architecture with zustand stores
- Remove tab system entirely (tab-store, tab-bar, tab-link)
- Split monolithic AuthContext into zustand auth + workspace stores
- Move issue components/config to features/issues/
- Move WebSocket provider to features/realtime/
- Move api.ts to shared/
- Migrate all consumers from useAuth() to direct store imports
- Simplify sidebar: replace hand-built dropdown with shadcn DropdownMenu,
  replace custom layout wrapper with SidebarInset
- Remove unused @multica/store and @multica/hooks dependencies
- Add @/ path alias and zustand dependency
- Update CLAUDE.md with feature-based architecture conventions

Net change: +293 / -2435 lines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:08:36 +08:00
..
_components refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
agents refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
board feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
inbox refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
issues refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
knowledge-base refactor(web): unify design system with shadcn components and semantic tokens 2026-03-24 14:13:55 +08:00
settings refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
layout.tsx refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00