The button rendered as •••More — dots jammed against the label with no gap, which is why it read as broken rather than as a control.
The cause: .tab-more-icon carried no styling at all. Every other tab hides its icon while labels are shown and swaps to the icon when they are not (.tab-icon { display: none } until the icon band). The dots span was never brought into that rule, so it rendered as literal text next to the label at every width.
The dots now follow the same rule as every other tab icon:
width
button
1440px
Tools — label only, 66px
1000px
••• — glyph only, 35px
The name
"More" also said nothing about what is behind it. The menu holds Statistics, Recorder, Settings and About, so it is now Tools, with aria-label="Tools and settings" so screen readers get the fuller phrasing.
Other names considered: System (fits Settings/About/Statistics, but Recorder is a feature, not configuration) and Utilities (accurate but wordy in a tab strip). Easy to change if Tools reads wrong to you — it is one string in ui-core.ts.
Full gate green — typecheck, lint, 34/34 test, build, test:browser.
## What was broken
The button rendered as **`•••More`** — dots jammed against the label with no gap, which is why it read as broken rather than as a control.
The cause: `.tab-more-icon` carried **no styling at all**. Every other tab hides its icon while labels are shown and swaps to the icon when they are not (`.tab-icon { display: none }` until the icon band). The dots span was never brought into that rule, so it rendered as literal text next to the label at every width.
The dots now follow the same rule as every other tab icon:
| width | button |
| --- | --- |
| 1440px | `Tools` — label only, 66px |
| 1000px | `•••` — glyph only, 35px |
## The name
"More" also said nothing about what is behind it. The menu holds Statistics, Recorder, Settings and About, so it is now **Tools**, with `aria-label="Tools and settings"` so screen readers get the fuller phrasing.
Other names considered: *System* (fits Settings/About/Statistics, but Recorder is a feature, not configuration) and *Utilities* (accurate but wordy in a tab strip). Easy to change if Tools reads wrong to you — it is one string in `ui-core.ts`.
Full gate green — `typecheck`, `lint`, 34/34 `test`, `build`, `test:browser`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01GdyUjuXejCEfiub675z6cz
The button rendered as "•••More": the dots span carried no styling at
all, so the glyph sat flush against the label instead of behaving like
the icon it is. Every other tab hides its icon while labels are shown
and swaps to it when they are not; the dots now follow the same rule, so
the button reads "Tools" beside the other labels and becomes the glyph
alone in the icon band.
"More" also said nothing about the destinations behind it. The menu
holds Statistics, Recorder, Settings and About, so name it Tools and give
the button an aria-label that spells that out.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GdyUjuXejCEfiub675z6cz
Signed-off-by: Stan Grams <sjg@haxx.space>
sjg
merged commit 41ddecf5a7 into main2026-08-02 23:40:03 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What was broken
The button rendered as
•••More— dots jammed against the label with no gap, which is why it read as broken rather than as a control.The cause:
.tab-more-iconcarried no styling at all. Every other tab hides its icon while labels are shown and swaps to the icon when they are not (.tab-icon { display: none }until the icon band). The dots span was never brought into that rule, so it rendered as literal text next to the label at every width.The dots now follow the same rule as every other tab icon:
Tools— label only, 66px•••— glyph only, 35pxThe name
"More" also said nothing about what is behind it. The menu holds Statistics, Recorder, Settings and About, so it is now Tools, with
aria-label="Tools and settings"so screen readers get the fuller phrasing.Other names considered: System (fits Settings/About/Statistics, but Recorder is a feature, not configuration) and Utilities (accurate but wordy in a tab strip). Easy to change if Tools reads wrong to you — it is one string in
ui-core.ts.Full gate green —
typecheck,lint, 34/34test,build,test:browser.🤖 Generated with Claude Code
https://claude.ai/code/session_01GdyUjuXejCEfiub675z6cz