AgentEvalTool/frontend/web/src/components
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
..
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): consolidate state maps + colors to tokens (audit P1) 2026-08-17 23:42:13 +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
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