Add a collapsed "Seen" section to the control board page (#1503)

Jason asked for a way to recall rows he marked Seen. The page now lists
them under a collapsed "Seen (N)" section between "Waiting on you" and
"By project", each with Unsee. Open/closed state survives the 10-second
refresh because only the section body is re-rendered. Page-only change
plus one static test. Tests: control-board 64/64, registry 69/69.
Review APPROVED, no findings.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
2026-09-12 08:45:51 -05:00
co-authored by Claude Fable 5.1
parent 88d21defde
commit b70749219f
6 changed files with 67 additions and 0 deletions
+12
View File
@@ -1987,3 +1987,15 @@ quoted an incomplete tmux command) is fixed. Receipt:
Still open by design: "waiting" cannot tell a question from a completion
report; a wording hint or an agent-side "Waiting on:" convention are the
next candidates if the Seen button is not enough. Next: Jason keeps using it.
## 2026-09-12 — Control board step 3, second refinement (#1503)
Before: after marking two rows Seen, Jason could not find them again; they
were only visible as a small tag inside their project tables.
After: a collapsed "Seen (N)" section sits between "Waiting on you" and "By
project", listing every marked row with Unsee. Open/closed state survives
the refresh because only the section body is re-rendered. Page-only change;
one static test added (control-board 64/64, registry 69/69). Independent
review APPROVED with no findings. Verified in Chrome against the two marks
Jason had made (resume, filbert). Next: Jason keeps using it.