multica/apps/web/features/runtimes/components
Naiyuan Qing e40341ab73 feat(core): migrate workspace + runtimes to TanStack Query (Phase 3+4)
- Create core/workspace/ with queries (members, agents, skills, list) and mutations
- Create core/runtimes/ with queries
- Migrate 11 consumer files from useWorkspaceStore.members/agents/skills to useQuery
- Replace all WS refreshMap entries with qc.invalidateQueries
- Simplify workspace store: delete members/agents/skills fields + refresh methods,
  hydrateWorkspace becomes synchronous (TQ auto-fetches on component mount)
- Delete useRuntimeStore (no consumers left), runtimes-page uses local useState + TQ
- Remove workspace→runtime cross-store dependency
- Clean up dead test helper mocks

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 17:19:52 +08:00
..
charts refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
index.ts feat(runtimes): add Runtimes tab with usage tracking and connection test 2026-03-26 18:28:36 +08:00
ping-section.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
runtime-detail.tsx fix(runtime): display multica CLI version instead of agent CLI version (#332) 2026-04-02 14:40:35 +08:00
runtime-list.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
runtimes-page.tsx feat(core): migrate workspace + runtimes to TanStack Query (Phase 3+4) 2026-04-07 17:19:52 +08:00
shared.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
update-section.tsx feat(daemon): support direct download update for non-Homebrew installs (#334) 2026-04-02 15:38:06 +08:00
usage-section.tsx feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00