multica/apps/web/features/runtimes/components
Jiayuan ceba8556f5 refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support
- Split 1189-line runtimes-page.tsx into focused sub-components (list, detail, ping, usage, 5 chart files, shared UI, utils)
- Add useRuntimeStore zustand store for shared runtime state across pages (agents page now uses it too)
- Add 7d/30d/90d time range selector to usage charts
- Add full-stack runtime delete: SQL query, Go handler, API route, frontend with confirmation dialog
- Remove unused daemon:heartbeat WS listener (server never broadcasts it)
2026-03-29 17:02:25 +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 refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +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 refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +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
usage-section.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00