43924fd51f31793a3bccb6acf994cabe9dfbbc33
Three places in the renderer use a literal middle-dot character (· / ·) as a visual separator between two label components: - Sidebar streamer-section counter: "12 · 3 live" - Stats top-streamers row sub-label: "streamerName · 5 files" - Stats size-bucket row sub-label: "count · size" Screen readers either announce "middle dot" verbatim or skip it depending on the implementation — neither is useful information. Wrapped each dot in <span aria-hidden="true"> so the assistive-tech read-out becomes "12 3 live" / "streamerName 5 files" / "count size" — the meaningful parts only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
5.7 MiB
Releases
230
Twitch VOD Manager 1.0.23
Latest
Languages
TypeScript
74.7%
CSS
12.6%
HTML
7.1%
JavaScript
5.6%