AgentEvalTool/frontend/web/src/components
sinohqb d87aad5aed
All checks were successful
CI / test (push) Successful in 3m13s
refactor(ui): single-source intelligent-eval label maps in status.ts
架构审查候选⑤:消除标签双轨,状态/决策类型映射单一出口。

- status.ts 新增 DECISION_TYPE_META(12 类型与后端 decision_type 字面量
  对齐)+ decisionTypeOf() 兜底:后端新增类型时前端不再静默显示裸字符串,
  未识别类型显式标注"未识别·xxx"
- DecisionProcess / ExecutionProcess 删除各自手写的 DECISION_TYPE_LABELS
  (后者是审查报告之外的第三处双轨),统一走 decisionTypeOf
- IntelligentEvals 的 STAT_CHIPS 标签从 EVAL_STATUS 派生,不再平行维护

tsc --noEmit 通过,前端 20 tests 全过,标签文本零变化。
2026-08-21 04:00:32 +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 refactor(ui): single-source intelligent-eval label maps in status.ts 2026-08-21 04:00:32 +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(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +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(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +08:00
RuleOverview.tsx refactor(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +08:00
RunList.tsx refactor(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +08:00
SectionHeader.tsx refactor(ui): extract SectionHeader + drop deprecated CronPoolMonitor (audit P2) 2026-08-17 23:51:40 +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