AgentEvalTool/.scratch/ui-consistency/issues/06-runs.md
sinohqb b9011aad80 refactor(ui): align Runs page shell with consistency baseline (ui-consistency ticket 06)
Replace custom header with PageWrapper inline fullHeight and add
Popconfirm to the stop action. The nav-only-tabs content-split hack is
preserved; WebSocket session, rerun, and list logic untouched.
2026-08-05 20:25:17 +08:00

649 B
Raw Blame History

06 — Runs 页迁移

What to build: 评测执行页对齐交互标准。护栏「导航内容分离」hacknav-only-tabs 隐藏 content-holder、内容 div flex 控高必须保留只统一外壳PageWrapper/标题区/加载态/空态)。

Blocked by: 05

Acceptance criteria:

  • WebSocket 实时会话、取消、重跑等功能零回归(未触碰 useRunSession/WS 逻辑)
  • 导航内容分离 hack 保留且有注释说明原因
  • 空态、加载态对齐标准;停止操作已加 Popconfirm
  • tsc --noEmit 通过
  • t480 走查run 列表 + 详情 + 实时进度 + 取消 golden path