Commit Graph

8 Commits

Author SHA1 Message Date
xRangerDE
951158fe5a release: 5.0.13 — VOD-Card Button-Alignment + UI-Polish-Pass
Hauptfix (User-Report): in der VOD-Grid sass der Trim/Queue-Button bei
Cards mit 1-zeiligem Titel hoeher als bei 2-zeiligen Nachbarn. Ursache:
.vod-card war ein Block, Buttons flossen mit dem Content. Grid streckt
zwar alle Cards einer Reihe gleich hoch, aber der Leerraum landete unten.

Fix: .vod-card = flex column, .vod-actions = margin-top:auto -> Buttons
docken am Boden an. Verifiziert per Playwright ueber xqc (16 Reihen),
papaplatte (6), xrohat (12): maxButtonTopSpread = 0px in allen.

Weitere Funde aus dem Screenshot-Pass (scripts/ui-screenshot.js):
- Globale Basis-Dark-Theme-Regel fuer alle text-Inputs + textarea, damit
  bare Inputs ohne .form-group/.form-stack Wrapper nie OS-weiss durchkommen
  (#cutterFilePath war weiss im Dark-Theme).
- Cutter-Preview-Placeholder 'Video auswahlen um Vorschau zu sehen' war
  hardcoded Deutsch ohne id -> id + Locale-Key + Wiring (zeigt jetzt
  'Select a video to see a preview' im EN-Mode).
- Clips-Button '#btnClip' wurde nie lokalisiert (zeigte immer 'Clip
  herunterladen') -> setText-Wiring ergaenzt, nutzt existierenden
  clips.downloadButton key.

scripts/ui-screenshot.js: neues Harness das die App startet, durch
Tabs/Streamer/Themes navigiert, Screenshots macht + Button-Alignment
programmatisch misst.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 17:00:08 +02:00
xRangerDE
a6b64ddf15 .gitignore: tmp_e2e_full/tmp_bugtest/tmp_dl test artifacts + codeberg stub
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 01:24:02 +02:00
xRangerDE
2631924ef5 chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
xRangerDE
886500ad8e Hide native menu bar and remove legacy root artifacts (v4.0.8) 2026-02-16 13:37:53 +01:00
xRangerDE
301132c9ee Add Astro + MDX docs workspace
Create a separate docs project with Astro and MDX so product documentation can evolve independently from the Electron app while supporting the planned TS/MDX migration.
2026-02-13 10:00:12 +01:00
xRangerDE
66727e504f Remove legacy Python sources from active branch
Keep master focused on the TypeScript/Electron app so repository language stats and future maintenance reflect the current codebase.
2026-02-13 09:37:56 +01:00
xRangerDE
817d9d2774 Exclude installer EXE from git
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:32:00 +01:00
xRangerDE
b29e50afa1 Initial commit: Twitch VOD Manager v3.5.3
- Main application with auto-update functionality
- PyInstaller spec for building standalone EXE
- Inno Setup installer script with silent update support
- Server version.json for update checking

Features:
- Download Twitch VODs
- Auto-update with silent installation
- Settings stored in ProgramData

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:30:52 +01:00