Show "shown of total" in control board project headers while rows are hidden (#1503)

A project header now reads "fleet (13 of 38)" while Hide offline or Hide
seen hides at least one row, and "fleet (38)" when nothing is hidden. The
note under the table still says which filter hid how many. Numbers only,
so nothing new needs escaping. Static test pins the expression and the
removal of the raw-length header. Sonnet review: APPROVED, no findings.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
2026-09-12 09:00:21 -05:00
co-authored by Claude Fable 5.1
parent e90d15dd70
commit bf1391a424
6 changed files with 39 additions and 2 deletions
+13
View File
@@ -2012,3 +2012,16 @@ change, one static test (control-board 65/65, registry 69/69). Sonnet
review: APPROVED, one FYI (the default-on test would still pass without the
persistence guard), fixed by tightening the regex. Verified in Chrome against
Jason's real marks. Next: Jason keeps using it.
## 2026-09-12 — Control board step 3, fourth refinement (#1503)
Before: the project header showed the full count ("fleet (38)") above a
table that only showed 13 rows; the only explanation was the note at the
bottom.
After: the header reads "fleet (13 of 38)" while Hide offline or Hide seen
hides at least one row, and "fleet (38)" when nothing is hidden. The note
under the table is unchanged. Page-only change, one static test
(control-board 66/66, packages/mosaic 69/69). Sonnet review:
APPROVED, no findings. Verified in Chrome: "1 of 4", "3 of 4", "4", "13 of 38",
console clean. Next: Jason keeps using it.