Twitch-VOD-Manager/src
xRangerDE 26d737b3fc cleanup: .queue-output-row + .queue-output-label CSS — 2 inline styles gone
The queue-item detail panel's output-files row (rendered after a job completes — Open file / Show in folder / View chat / View events buttons + a tiny file-label span) had two inline-styled elements:

- The container div with display:flex; gap:6px; margin-top:6px; flex-wrap:wrap; align-items:center
- The span with color:var(--text-secondary,#888); font-size:11px; word-break:break-all

The span's inline fallback color (#888 after the comma) was a leftover defensive value from before --text-secondary was guaranteed to be defined globally; it's never actually needed today.

Extracted to .queue-output-row + .queue-output-label classes. Class definitions live next to the .context-menu* family they belong to (other queue-detail-panel internals).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 09:13:00 +02:00
..
index.html a11y + i18n: chat viewer filter placeholder + aria-label, status dot aria-hidden 2026-05-11 08:49:17 +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 defensive: type="button" on the 16 renderer-rendered <button> template strings 2026-05-11 08:36:31 +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 i18n: localize 3 placeholders that stayed in German under English 2026-05-11 08:54:08 +02:00
renderer-locale-en.ts i18n: localize 3 placeholders that stayed in German under English 2026-05-11 08:54:08 +02:00
renderer-profile.ts defensive: type="button" on the 16 renderer-rendered <button> template strings 2026-05-11 08:36:31 +02:00
renderer-queue.ts cleanup: .queue-output-row + .queue-output-label CSS — 2 inline styles gone 2026-05-11 09:13:00 +02:00
renderer-settings.ts a11y: focus-visible on .streamer-profile-btn + type=button on storage open btn 2026-05-11 08:27:38 +02:00
renderer-shared.ts cleanup: centralise localStorage try/catch in renderer-shared — safeLocalStorageGet/Set/Remove 2026-05-11 07:33:23 +02:00
renderer-stats.ts a11y: aria-hidden on three decorative middle-dot separators 2026-05-11 08:08:08 +02:00
renderer-streamers.ts a11y: role=menu / menuitem / separator on the two right-click context menus 2026-05-11 09:07:35 +02:00
renderer-texts.ts i18n: localize 3 placeholders that stayed in German under English 2026-05-11 08:54:08 +02:00
renderer-updates.ts cleanup: centralise localStorage try/catch in renderer-shared — safeLocalStorageGet/Set/Remove 2026-05-11 07:33:23 +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 a11y: localized aria-label + focus-visible on the 3 merge file-row buttons 2026-05-11 08:42:10 +02:00
styles.css cleanup: .queue-output-row + .queue-output-label CSS — 2 inline styles gone 2026-05-11 09:13:00 +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