jukebox-vibe/web/src
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
..
api.ts Add MP3 URL import and analytics widgets 2026-03-01 18:56:37 +01:00
App.tsx Refactor: Backend-Optimierungen + Volume-Debounce 2026-03-01 21:08:38 +01:00
cookies.ts feat(favs): Sterne-Favoriten pro Sound; Speicherung per Cookie (ohne Login) 2025-08-08 03:21:01 +02:00
main.tsx clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00
styles.css Add MP3 URL import and analytics widgets 2026-03-01 18:56:37 +01:00
types.ts Add MP3 URL import and analytics widgets 2026-03-01 18:56:37 +01:00