AgentEvalTool/frontend/web/src
sinohqb fa5e3b8d5d refactor(ui): consolidate state maps + colors to tokens (audit P1)
UI/UX 盘点 P1 一致性修复:
- 收敛重复状态映射:ExplorationSection 复用 SESSION_STATUS、TaskQueueMonitor
  复用 EVAL_STATUS(消除 blue/green 与 processing/success 颜色漂移)、
  Campaigns 复用 SEVERITY_META(均来自 intelligent_eval/status.ts)
- 硬编码颜色走 token:Reports 通过率用 passRateColor、通过/失败/delta 用
  statusColors;IntelligentEvals/TaskQueueMonitor/EvalReport/PeriodComparison
  的 #52c41a/#ff4d4f 用 statusColors.completed/failed;RunList/RuleOverview
  的 #faad14 用 colors.warning;Home 的 #1677ff 用 colors.primary
tsc 0 错误 vitest 19 passed
2026-08-17 23:42:13 +08:00
..
components refactor(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +08:00
hooks fix(intelligent-eval): P0 UI/UX refresh defects (audit) 2026-08-17 22:59:23 +08:00
pages refactor(ui): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +08:00
read feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer 2026-08-17 20:03:55 +08:00
stores feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer 2026-08-17 20:03:55 +08:00
test refactor(architecture): deepen evaluation lifecycle and read model 2026-08-07 03:11:37 +08:00
utils feat(campaign): reverse time-scale input as target runtime 2026-07-31 16:55:43 +08:00
api.ts feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer 2026-08-17 20:03:55 +08:00
App.tsx feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer 2026-08-17 20:03:55 +08:00
index.css feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer 2026-08-17 20:03:55 +08:00
main.tsx v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
tokens.ts feat(campaigns): add analysis section to report drawer 2026-08-03 02:17:28 +08:00