AgentEvalTool/frontend/web/src/components
sinohqb b4f9c887f4
All checks were successful
CI / test (push) Successful in 4m1s
feat(intelligent-eval): task queue monitor (方案③可视化)
方案③的定时触发(scan loop 每 60s 入队 + 触发 worker)此前只有 Worker
消费端 API,无可查看的列表。新增:
- GET /api/intelligent-evals/tasks:任务明细(含评估名/状态)+ 状态分布统计
  (注册在 /{eval_id} 之前避免被捕获为 eval_id="tasks")
- 前端 TaskQueueMonitor 组件 + 智能评估页任务队列入口:5s 轮询
  (usePolling),状态卡 + 状态筛选 + 明细表
测试:+3(列表/筛选/不被 {eval_id} 遮蔽),892 passed,tsc 通过
2026-08-17 13:57:00 +08:00
..
files refactor(ui): align Files page with consistency baseline (ui-consistency ticket 03) 2026-08-05 15:40:54 +08:00
intelligent_eval feat(intelligent-eval): task queue monitor (方案③可视化) 2026-08-17 13:57:00 +08:00
CampaignRunTimeline.tsx feat(campaign): drawer create form and scenario-lane run timeline 2026-08-02 00:58:03 +08:00
CaseBlock.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
CaseDetail.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
ChatBubble.tsx refactor(frontend): reuse ChatBubble for exploration drill-down 2026-08-04 02:50:26 +08:00
ExplorationSection.tsx refactor(frontend): reuse ChatBubble for exploration drill-down 2026-08-04 02:50:26 +08:00
FormDrawer.tsx refactor(ui): baseline FormDrawer component and IntelligentEvals dogfood (ui-consistency ticket 01) 2026-08-05 15:34:31 +08:00
GeneratedMessages.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
PageWrapper.tsx v0.3-s4: 场景模板库 + WS 自动重连 + PageWrapper 复用 2026-07-17 12:05:18 +08:00
PeriodComparisonSection.tsx refactor(comparison): 评审修复 — 共享 gateway_chat_client、指标元表、对比区块组件化 2026-08-03 14:26:20 +08:00
RuleOverview.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
RunList.tsx refactor(metrics): type Run summary and converge cross-run aggregation 2026-07-31 01:57:56 +08:00
StatCard.tsx style(dashboard): redesign stat cards with fixed-height compact layout 2026-07-29 15:26:38 +08:00
TabBar.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
TurnList.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
WindowTimeline.tsx feat(campaign): stagger preview markers and cap plan start at window 2026-08-02 01:49:25 +08:00