Go to file
xRangerDE 261aaa362e release: 5.0.4 — VOD-Hover: CSS geometry raus, JS allein authoritativ
Probleme der 5.0.3:
- CSS .vod-storyboard-preview hatte noch aspect-ratio:16/9, top:0, left:0, right:0
- JS hat dann inset:0 + aspect-ratio:auto inline gesetzt
- Im Electron-28-Chromium kam ein Layout-Konflikt raus -> Overlay-Box-
  Dimensions wichen von Host ab -> backgroundSize-Skalierung passte nicht
  zu visible-area -> mehrere Cells gleichzeitig sichtbar (Sprite-Sheet-
  Look statt Single-Cell-Preview)

Fix 5.0.4:
- CSS-Klasse hat NUR noch Visual+Stacking (opacity, transition, border-
  radius, overflow:hidden, z-index, position:absolute, pointer-events)
- KEIN top/left/right/bottom/width/height/aspect-ratio im CSS
- JS setzt alles inline und voll explicit: top=0, left=0, width=Xpx,
  height=Ypx aus hostRect (.vod-thumb-wrap)
- Sanity-Guards fuer width/height<=0 und cellWidth/cellHeight<=0
- scaleX und scaleY weiter unabhaengig fuer korrekte Cell-Box-Fuellung

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 14:53:00 +02:00
build chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
docs ui: VOD sort dropdown with persisted key + locale labels 2026-05-03 15:54:53 +02:00
scripts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00
src release: 5.0.4 — VOD-Hover: CSS geometry raus, JS allein authoritativ 2026-05-13 14:53:00 +02:00
tasks release: 5.0.0 — vitest + SQLite + OAuth storage/flow + Smart-Resume foundation 2026-05-11 23:48:02 +02:00
.gitignore .gitignore: tmp_e2e_full/tmp_bugtest/tmp_dl test artifacts + codeberg stub 2026-05-12 01:24:02 +02:00
CHANGELOG.md docs: comprehensive CHANGELOG 4.6.155 -> 5.1.0-alpha.1 2026-05-12 01:03:06 +02:00
CLAUDE.md docs: CLAUDE.md update module inventory (19 modules, 17 test files, 210 tests) 2026-05-11 23:58:11 +02:00
eslint.config.mjs chore: add ESLint with security plugin, fix code quality warnings 2026-03-22 14:55:35 +01:00
package-lock.json release: 5.0.4 — VOD-Hover: CSS geometry raus, JS allein authoritativ 2026-05-13 14:53:00 +02:00
package.json release: 5.0.4 — VOD-Hover: CSS geometry raus, JS allein authoritativ 2026-05-13 14:53:00 +02:00
README_AI_RELEASE.md docs: add AI release runbook for gitea 2026-03-05 01:04:18 +01:00
tsconfig.json chore: migrate repository to Codeberg, bump version to 4.2.0, update update logic 2026-03-01 20:23:21 +01:00
vitest.config.ts build: vitest config (node env, src/**/*.test.ts) 2026-05-11 21:39:46 +02:00