feat(ui): hide/exclude models from the dashboard (persisted) #1

Merged
steve merged 1 commits from feat/ui-hide-models into main 2026-06-28 00:39:33 +00:00

1 Commits

Author SHA1 Message Date
Steve Dudenhoeffer dd8ada479e feat(ui): hide/exclude models from the dashboard (persisted)
CI / test (pull_request) Successful in 9m51s
Each scoreboard row gets a × to hide that model — for retired ones (m1
etc.) you no longer want in the view. Hidden models drop out of the
table, totals, and the findings drill-down; the set persists in
localStorage (grt-hidden) across reloads, with a "hidden (N): …" bar of
click-to-restore chips + a "show all".

Solo-ness is still computed against ALL models (hiding is a view filter,
not a rescoring), so hiding one model never fakes another's solo finds.
README Dashboard section updated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-27 20:36:24 -04:00