Commit Graph

2 Commits

Author SHA1 Message Date
ges 648dbd9ff7 fix: playlist panel UX issues
- Phantom playlists: stop pushing locally on create; let PLAYLIST_CREATED
  STOMP event add the entry to avoid the REST/STOMP race that doubled items
- Row click: attach toggle-expand listener on the li instead of the name
  span only; add cursor:pointer to .playlist-list-item
- Input styling: apply surface-3 bg, border, radius, and color to
  .playlist-create-row input and .playlist-rename-form input with focus ring
- Play/pause error toast: apiFetch now skips json() when response has no
  application/json Content-Type (empty 200 body from play/pause endpoints)
2026-05-01 11:02:46 +02:00
ges c9c5dc6eab fix: update test to use MarketplaceService.listScripts after method was moved 2026-04-21 16:03:07 +02:00