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

13 lines
649 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 06 — Runs 页迁移
**What to build:** 评测执行页对齐交互标准。**护栏**「导航内容分离」hacknav-only-tabs 隐藏 content-holder、内容 div flex 控高必须保留只统一外壳PageWrapper/标题区/加载态/空态)。
**Blocked by:** 05
**Acceptance criteria:**
- [x] WebSocket 实时会话、取消、重跑等功能零回归(未触碰 useRunSession/WS 逻辑)
- [x] 导航内容分离 hack 保留且有注释说明原因
- [x] 空态、加载态对齐标准;停止操作已加 Popconfirm
- [x] `tsc --noEmit` 通过
- [ ] t480 走查run 列表 + 详情 + 实时进度 + 取消 golden path