jukebox-vibe/web
Bot 9130a205f0 Refactor: Backend-Optimierungen + Volume-Debounce
- /api/play delegiert an playFilePath() statt ~120 Zeilen Duplikat-Code (inkl. fehlende Loudnorm)
- safeSoundsPath() Helfer gegen Path-Traversal bei Admin delete/rename
- writePersistedStateDebounced() reduziert Disk-I/O bei Play-Countern (2s Debounce)
- /api/sounds nutzt listAllSounds() statt duplizierte Dateisystem-Scans
- /api/play-url vor catch-all Route verschoben (war unreachable in Produktion)
- Frontend Volume-Slider mit 120ms Debounce (weniger API-Calls beim Ziehen)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:08:38 +01:00
..
src Refactor: Backend-Optimierungen + Volume-Debounce 2026-03-01 21:08:38 +01:00
index.html feat(web): complete frontend redesign — DECK theme system 2026-03-01 01:39:52 +01:00
package-lock.json feat(web): complete frontend redesign — DECK theme system 2026-03-01 01:39:52 +01:00
package.json docs(changelog): add CHANGELOG 1.1.1; chore(version): bump to 1.1.1 and update badges/env; docs(feature): FEATURE_BRANCH.md Hinweise ergänzt 2025-08-10 21:23:13 +02:00
pnpm-lock.yaml clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00
tsconfig.json clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00
vite.config.ts clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00