checklist: C, L and J pass; D under way
24 of 56 verified in the browser. C4 was the only failure (fixed in f5d3024). J1 looked
slow at first on a cold tab — the bundle had just been regenerated by a restart, and an
empty jobs list is indistinguishable from a loading one; GET /api/jobs answers in 3-5ms,
so there was nothing behind it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
+21
-21
@@ -44,32 +44,32 @@ Pre-existing, but **surfaced** by the nav work: once rows became real `<Link>`s
|
||||
one is a route change, so the deep-link resolver in `ChatHistory/index.tsx:69` — previously reached only
|
||||
on refresh or a pasted URL — now runs on every ordinary click, and it calls `setActiveCwd(detail.cwd)`.
|
||||
|
||||
## L — Chat: long-transcript lazy-load — 0/8
|
||||
## L — Chat: long-transcript lazy-load — 8/8 ✅
|
||||
|
||||
- [ ] **L1** Open a very long chat → instantly at the newest message (no long scroll or visible jump).
|
||||
- [ ] **L2** Open is fast (only the tail loads, not thousands of messages).
|
||||
- [ ] **L3** Scroll near the top → older messages load (brief spinner at top).
|
||||
- [ ] **L4** After older messages load, the view stays put (doesn't snap to top or bottom).
|
||||
- [ ] **L5** Keep scrolling up → eventually reaches the true first message; loading stops.
|
||||
- [ ] **L6** Send a new message in a resumed chat → appends at the bottom, view follows.
|
||||
- [ ] **L7** A short chat (<20 msgs) behaves normally — all visible, no spinner.
|
||||
- [ ] **L8** "Jump to bottom" appears when scrolled up, and works.
|
||||
- [x] **L1** Open a very long chat → instantly at the newest message (no long scroll or visible jump).
|
||||
- [x] **L2** Open is fast (only the tail loads, not thousands of messages).
|
||||
- [x] **L3** Scroll near the top → older messages load (brief spinner at top).
|
||||
- [x] **L4** After older messages load, the view stays put (doesn't snap to top or bottom).
|
||||
- [x] **L5** Keep scrolling up → eventually reaches the true first message; loading stops.
|
||||
- [x] **L6** Send a new message in a resumed chat → appends at the bottom, view follows.
|
||||
- [x] **L7** A short chat (<20 msgs) behaves normally — all visible, no spinner.
|
||||
- [x] **L8** "Jump to bottom" appears when scrolled up, and works.
|
||||
|
||||
## J — Jobs (`/jobs`) — H1 — 0/8
|
||||
## J — Jobs (`/jobs`) — H1 — 8/8 ✅
|
||||
|
||||
- [ ] **J1** Click a job row → URL changes to `/jobs/<id>`.
|
||||
- [ ] **J2** The clicked job's detail renders on the right.
|
||||
- [ ] **J3** The active row is highlighted.
|
||||
- [ ] **J4** Right-click a row → "Copy link" gives `/jobs/<id>`.
|
||||
- [ ] **J5** The row's stop/delete button works and does **not** navigate.
|
||||
- [ ] **J6** Refresh on `/jobs/<id>` → same job detail loads.
|
||||
- [ ] **J7** Both panels (Running/Queued **and** History) navigate correctly.
|
||||
- [ ] **J8** Different detail types still render (script terminal / pipeline steps / download).
|
||||
- [x] **J1** Click a job row → URL changes to `/jobs/<id>`.
|
||||
- [x] **J2** The clicked job's detail renders on the right.
|
||||
- [x] **J3** The active row is highlighted.
|
||||
- [x] **J4** Right-click a row → "Copy link" gives `/jobs/<id>`.
|
||||
- [x] **J5** The row's stop/delete button works and does **not** navigate.
|
||||
- [x] **J6** Refresh on `/jobs/<id>` → same job detail loads.
|
||||
- [x] **J7** Both panels (Running/Queued **and** History) navigate correctly.
|
||||
- [x] **J8** Different detail types still render (script terminal / pipeline steps / download).
|
||||
|
||||
## D — Dashboards (`/dashboards`) — H2 — 0/13 (highest risk: never runtime-tested)
|
||||
## D — Dashboards (`/dashboards`) — H2 — 2/13 (highest risk: never runtime-tested)
|
||||
|
||||
- [ ] **D1** Click a row → URL becomes `/dashboards?selected=<id>`.
|
||||
- [ ] **D2** The preview panel shows that dashboard.
|
||||
- [x] **D1** Click a row → URL becomes `/dashboards?selected=<id>`.
|
||||
- [x] **D2** The preview panel shows that dashboard.
|
||||
- [ ] **D3** The clicked row is highlighted.
|
||||
- [ ] **D4** Preview's "open" arrow overlay → `/dashboards/<id>` (full page).
|
||||
- [ ] **D5** "New Dashboard" → create form appears; `?selected=` cleared from the URL.
|
||||
|
||||
Reference in New Issue
Block a user