4 Commits

Author SHA1 Message Date
Ultradesu 88297cbc91 feat: real-time logs window + v1.3
Add AppLogger singleton (ring buffer, 500 lines) and LogsView with
auto-scroll and color-coded output. Button in Settings opens a resizable
logs window. Log track start, device active changes, and network errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09 10:52:49 +01:00
Ultradesu bdab606360 feat: connected devices sync, unified queue, scrobbling, v1.2
- Unified queue model: replace history/queue split with tracks[]+currentIndex
- Connected devices: fix Mac not pausing when another device becomes active
- Fix applyFullState playing wrong track (stale currentTrack reference)
- Fix seek in client mode (use `time` field per web client convention)
- Fix seek UI snapping back with optimistic seek override
- Add play count scrobbling via POST /api/player/history
- Playlists tab auto-loads on switch (no retry button needed)
- Fix share button to copy proper server-based track URL
- Device icon color: primary when active, accent when remote
- Full queue transfer between devices via transfer_state command
- Bump version to 1.2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 18:33:00 +01:00
Ultradesu 2f8cff528c init 2026-06-08 16:50:16 +01:00
Ultradesu 2d4e623a9f Initial Commit 2026-06-08 13:21:11 +01:00