feat(ui): hide/exclude models from the dashboard (persisted) #1
Reference in New Issue
Block a user
Delete Branch "feat/ui-hide-models"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a way to exclude specific models from the
/uiscoreboard and keep it persistent across reloads — for retired models (e.g.m1) you don't want cluttering the view.What it does
×on each model in the scoreboard hides that model.hidden (N): …bar shows them as click-to-restore chips, plus a show all button.localStorage(grt-hidden) — survives reloads, same convention as the existing token/curve.Deliberately not rescoring
Solo-ness is still computed against all models (the global reporter set), so hiding a model is a pure view filter — it never turns another model's shared finding into a fake "solo" find.
All client-side (the daemon stays a pure fact store).
go buildclean; the dashboard JS passesnode --check; README Dashboard section updated. Ships on the next image rebuild (//go:embed ui.html).🤖 Generated with Claude Code