Twitch-VOD-Manager/src
xRangerDE e098708398 feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip
Three Phase-13 wins.

1. Stats bar polling pauses while document.hidden. Previously
   setInterval(updateStatsBar, 5000) ran forever, including while
   the user had a different tab focused or the window minimised.
   Now wraps start/stopStatsBarPolling and listens to
   visibilitychange. When the page becomes visible the interval
   restarts; while hidden it sleeps. Saves an IPC round-trip every
   5s when nobody's looking.

2. Bulk mark / unmark "as downloaded" on the VOD bulk-bar. Companion
   to the per-card right-click context menu's mark/unmark items —
   when the user has 5 VODs selected they now get one click to
   toggle the green check on all of them instead of right-clicking
   each. Uses the existing markVodDownloaded IPC, refreshes the
   local config copy + re-renders the grid so badges update live.

3. VOD card title tooltip. The card title is text-overflow:ellipsis
   so longer titles get cut off. Adding title="${full title}"
   surfaces the full text on hover via the native browser tooltip
   — no custom UI needed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 20:20:42 +02:00
..
index.html feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
main.ts feat: --twitch-disable-ads + queue context menu + remove redundant flag 2026-05-10 20:09:33 +02:00
preload.ts feat: streamlink quality preference + per-item notifications + path validation 2026-05-10 20:00:36 +02:00
renderer-globals.d.ts release: 4.5.27 disable-ads + queue context menu + cleanup 2026-05-10 20:11:41 +02:00
renderer-locale-de.ts feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
renderer-locale-en.ts feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
renderer-queue.ts feat: --twitch-disable-ads + queue context menu + remove redundant flag 2026-05-10 20:09:33 +02:00
renderer-settings.ts release: 4.5.27 disable-ads + queue context menu + cleanup 2026-05-10 20:11:41 +02:00
renderer-shared.ts fix: persist expanded details across re-renders, guard drag-drop init against duplicates 2026-03-21 15:03:20 +01:00
renderer-streamers.ts feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
renderer-texts.ts feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
renderer-updates.ts feat: skip-version + addStreamer validation + smart-scheduler tooltip 2026-05-10 12:14:13 +02:00
renderer.ts feat: stats-bar pause-on-hidden + bulk-mark downloaded + title tooltip 2026-05-10 20:20:42 +02:00
styles.css feat: streamer search/bulk-remove + cutter drag-drop + per-streamer scroll 2026-05-10 16:03:47 +02:00
tools.ts refactor: extract tool discovery functions to src/tools.ts 2026-03-20 10:00:51 +01:00
types.ts feat: queue "Open file" / "Show in folder" + clickable finish notification 2026-05-10 12:19:29 +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