Twitch-VOD-Manager/src
xRangerDE 70643b4c08 a11y: aria-live=polite on clipStatus + chatViewer/eventsViewer status
Three more user-triggered status messages that updated silently for screen-reader users:
- clipStatus — clip download progress/result text below the URL input on the Clips tab
- eventsViewerStatus — loading/error message inside the events viewer modal
- chatViewerStatus — loading/error message + filter result count inside the chat viewer modal

All three get role="status" + aria-live="polite". Same reasoning as 4.6.153/154 — the user explicitly clicks a button or opens a modal, then the result fills in asynchronously. Without aria-live the announcement was lost.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 12:16:49 +02:00
..
index.html a11y: aria-live=polite on clipStatus + chatViewer/eventsViewer status 2026-05-11 12:16:49 +02:00
main.ts observability: auto-updater lifecycle events go through appendDebugLog, not console.log 2026-05-11 06:21:35 +02:00
preload.ts perf: trim live-status batch IPC payload + skip empty broadcasts 2026-05-11 02:33:09 +02:00
renderer-archive.ts cleanup: dedupe formatBytes — renderer-stats + renderer-archive copies hoist to renderer-shared 2026-05-11 09:45:10 +02:00
renderer-globals.d.ts perf: trim live-status batch IPC payload + skip empty broadcasts 2026-05-11 02:33:09 +02:00
renderer-locale-de.ts a11y: localized aria-label on the 3 filter/search inputs 2026-05-11 11:57:11 +02:00
renderer-locale-en.ts a11y: localized aria-label on the 3 filter/search inputs 2026-05-11 11:57:11 +02:00
renderer-profile.ts i18n: localize 2 hardcoded English alt texts on dynamic <img> elements 2026-05-11 11:33:25 +02:00
renderer-queue.ts cleanup: .is-hidden utility — replaces 3 toggle-display patterns across queue + streamers 2026-05-11 10:16:21 +02:00
renderer-settings.ts fix: applyTemplatePreset now triggers settings auto-save 2026-05-11 11:40:26 +02:00
renderer-shared.ts cleanup: dedupe formatBytes — renderer-stats + renderer-archive copies hoist to renderer-shared 2026-05-11 09:45:10 +02:00
renderer-stats.ts cleanup: dedupe formatBytes — renderer-stats + renderer-archive copies hoist to renderer-shared 2026-05-11 09:45:10 +02:00
renderer-streamers.ts cleanup: streamerListFilter + btnStreamerBulkRemove use .is-hidden 2026-05-11 10:20:27 +02:00
renderer-texts.ts a11y: aria-label on the add-streamer input — reuses the existing locale key 2026-05-11 12:01:12 +02:00
renderer-updates.ts cleanup: finish .is-hidden migration in renderer-updates — all .style.display gone 2026-05-11 10:38:07 +02:00
renderer-vod-hover.ts perf: bound the renderer-side VOD storyboard cache (FIFO 100) 2026-05-11 04:08:42 +02:00
renderer.ts i18n: localize 2 hardcoded English alt texts on dynamic <img> elements 2026-05-11 11:33:25 +02:00
styles.css dead-code: remove redundant .filter-input:hover rule 2026-05-11 11:46:20 +02:00
tools.ts refactor: extract tool discovery functions to src/tools.ts 2026-03-20 10:00:51 +01:00
types.ts feat: live recording health indicator (green/amber dot per item) 2026-05-10 22:04:53 +02:00
update-version-utils.ts chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00