Twitch-VOD-Manager/src
xRangerDE 00e366ce50 cleanup: .form-row.search-bar + .select-compact.size-md modifiers
The Archive-search tool-row carried two inline-style attrs:
- .form-row with gap:8px; margin-bottom:8px; flex-wrap:wrap; align-items:center (different rhythm from the existing .aligned / .section-header form-row modifiers — tool-row that should wrap on narrow widths)
- archiveSearchStreamer .select-compact with min-width:160px (matches the existing .form-stack.size-md width)

Extracted into two modifier classes:
- .form-row.search-bar — the search/filter tool-row pattern (search input + filter selects + go button collapse gracefully)
- .select-compact.size-md — wider select variant, mirrors the .form-stack.size-md pattern from 4.6.95 so width modifiers across element types share the same naming

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 10:43:35 +02:00
..
index.html cleanup: .form-row.search-bar + .select-compact.size-md modifiers 2026-05-11 10:43:35 +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 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 cleanup: streamerProfileHeader uses .is-hidden + .streamer-profile-skeleton owns display:flex 2026-05-11 10:26:00 +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 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: 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 i18n: localize 3 placeholders that stayed in German under English 2026-05-11 08:54:08 +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 cleanup: .cutter-info + .timeline-container .shown modifiers — 4 inline display references gone 2026-05-11 10:10:32 +02:00
styles.css cleanup: .form-row.search-bar + .select-compact.size-md modifiers 2026-05-11 10:43:35 +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