multica/apps/web/app/(dashboard)
Bohan Jiang 02918d8229 perf(web): parallelize auth init and non-blocking dashboard layout (#220)
- Fire getMe() and listWorkspaces() in parallel instead of serially,
  saving one network round-trip (~200ms on cloud)
- Render dashboard sidebar shell immediately once user is authenticated,
  show loading indicator in content area while workspace hydrates

Closes MUL-41
2026-03-31 16:19:02 +08:00
..
_components feat(web): add My Issues page with grouped filters 2026-03-31 12:53:21 +08:00
agents feat(agents): reply as thread instead of top-level comment (#205) 2026-03-31 13:48:39 +08:00
board feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
inbox feat(inbox): add archive button on individual inbox list items 2026-03-31 16:19:01 +08:00
issues refactor(issues): extract hooks from issue-detail, eliminate dual source of truth 2026-03-31 13:09:17 +08:00
my-issues feat(web): add My Issues page with grouped filters 2026-03-31 12:53:21 +08:00
runtimes feat(runtimes): add Runtimes tab with usage tracking and connection test 2026-03-26 18:28:36 +08:00
settings feat(settings): redesign members tab with dropdown menu 2026-03-29 17:42:59 +08:00
skills fix: address review issues in skills system 2026-03-25 15:37:08 +08:00
layout.tsx perf(web): parallelize auth init and non-blocking dashboard layout (#220) 2026-03-31 16:19:02 +08:00