multica/apps/web/features/runtimes/components
Naiyuan Qing 7f0cb106bd feat(web): add skeleton loading, error toasts, and confirmation dialogs
- Replace all "Loading..." text with structured skeleton screens
  (Issue Detail, Agents, Skills, Runtimes, Tokens, Usage)
- Add toast.error for all API failures that were previously silent
  (Agents CRUD, Skills CRUD, workspace store, issue/inbox stores,
   timeline/reactions/subscribers hooks, agent-live-card)
- Add toast.success for mutations (agent update/delete, skill CRUD)
- Add confirmation dialogs for destructive actions
  (comment delete, token revoke)
- Add empty states for Issues and My Issues pages
- Fix hydrateWorkspace resilience: each request catches independently
  so partial failures don't block workspace entry
- Fix React key warning in issue-detail timeline rendering

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 16:46:56 +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(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +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