AgentEvalTool/frontend/web/src/pages
sinohqb 67a574da18 feat(campaign): expandable row process timeline
Each campaign row expands to a per-Run process timeline: on expand it fetches
GET /campaigns/{id}/timeline and places each child Run on the shared
WindowTimeline by accelerated window offset, coloured by run status, with
scenario/pass-rate/latency tooltips and click-through to the run report.
Running campaigns refresh on the existing 5s poll; terminal ones fetch once.
WindowTimeline gains a colorMap prop for semantic status colours. (v0.6 ticket 10)
2026-07-31 17:03:10 +08:00
..
Campaigns.tsx feat(campaign): expandable row process timeline 2026-07-31 17:03:10 +08:00
Files.tsx feat(files): improve category and location layout 2026-07-17 18:13:43 +08:00
Home.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00
Login.tsx feat(frontend): v0.4 login page, dashboard rebuild, reports UX, keep-alive refresh 2026-07-28 17:41:08 +08:00
ModelConfigs.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00
OpenClaw.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
Reports.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00
Runs.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00
Scenarios.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00
Targets.tsx refactor(frontend): extract useResource/usePolling shared hooks 2026-07-31 11:01:24 +08:00