Twitch-VOD-Manager/src
xRangerDE 138c81eb8c ui: rename VOD card "Clip" button to Trim/Zuschneiden + live re-render
Follow-up to 4.5.13. The dialog title was renamed but the VOD-card
button that opens it still read "Clip", which kept the same
overloaded-with-Twitch-Clips ambiguity it was meant to fix.

- DE: "Zuschneiden", EN: "Trim" (kept short for the small card button;
  the dialog itself still reads "Trim VOD" / "VOD zuschneiden")
- buildVodCardHtml now uses UI_TEXT.vods.trimButton instead of a
  hardcoded "Clip"
- changeLanguage now also calls renderVodGridFromCurrentState +
  refreshVodSortSelectLabels so the button label and sort-select
  options update live on language switch (the existing addQueue label
  was suffering the same staleness)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 11:55:59 +02:00
..
index.html ui: rename "Trim clip" dialog to "Trim VOD" / "VOD zuschneiden" 2026-05-10 11:49:18 +02:00
main.ts feat(clip): add Parts-format preset to Trim-Clip dialog 2026-05-10 11:46:20 +02:00
preload.ts refactor: extract shared interfaces to src/types.ts 2026-03-20 09:44:37 +01:00
renderer-globals.d.ts feat(clip): add Parts-format preset to Trim-Clip dialog 2026-05-10 11:46:20 +02:00
renderer-locale-de.ts ui: rename VOD card "Clip" button to Trim/Zuschneiden + live re-render 2026-05-10 11:55:59 +02:00
renderer-locale-en.ts ui: rename VOD card "Clip" button to Trim/Zuschneiden + live re-render 2026-05-10 11:55:59 +02:00
renderer-queue.ts ui: data-id queue lookup + persisted active tab + Esc/Ctrl+N shortcuts 2026-05-03 15:10:28 +02:00
renderer-settings.ts ui: rename VOD card "Clip" button to Trim/Zuschneiden + live re-render 2026-05-10 11:55:59 +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 ui: rename VOD card "Clip" button to Trim/Zuschneiden + live re-render 2026-05-10 11:55:59 +02:00
renderer-texts.ts ui: VOD sort dropdown with persisted key + locale labels 2026-05-03 15:54:53 +02:00
renderer-updates.ts release: 4.2.4 improve updater and queue persistence 2026-03-06 02:48:07 +01:00
renderer.ts feat(clip): add Parts-format preset to Trim-Clip dialog 2026-05-10 11:46:20 +02:00
styles.css fix: selector overflow for 10+ items, drag-drop status guard, filename claim set for parallel safety 2026-03-21 15:15:25 +01:00
tools.ts refactor: extract tool discovery functions to src/tools.ts 2026-03-20 10:00:51 +01:00
types.ts feat(clip): add Parts-format preset to Trim-Clip dialog 2026-05-10 11:46:20 +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