Commit graph

8 commits

Author SHA1 Message Date
John Lightner
e63209a47f MAESTRO: Check off Queue page DownloadProgressBar integration task (already complete)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 01:41:42 -05:00
John Lightner
d2a51cf5c9 MAESTRO: Check off DownloadProgressProvider wiring task (already complete)
Verified DownloadProgressProvider is already wrapping the app inside
QueryClientProvider in main.tsx (lines 25-29) from commit 0541a5f.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 01:40:43 -05:00
John Lightner
c8923f0142 MAESTRO: Add activity, channels, and library query invalidation on WebSocket download events
When a download completes or fails, the UI now immediately refreshes the
Activity page, channel content counts, and Library page in addition to
the existing content and queue invalidations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:44:18 -05:00
John Lightner
57626f5f01 MAESTRO: Verify backend WebSocket download progress event wiring is complete
Confirmed all event bus wiring between DownloadService, WebSocket route,
and server builder is correctly connected. No changes needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:42:34 -05:00
John Lightner
f5dbf05870 MAESTRO: Add WebSocket connection status indicator to Sidebar
Show a colored dot (green=connected, grey=disconnected) at the bottom
of the sidebar with a text label that hides when the sidebar is collapsed.
Uses the existing useDownloadProgressConnection hook.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:39:57 -05:00
John Lightner
6bbd4818c6 MAESTRO: Mark ChannelDetail download progress integration as complete (already wired)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:38:26 -05:00
John Lightner
84d8c3e635 MAESTRO: Integrate DownloadProgressBar into Queue page for active downloads
Added QueueItemProgress wrapper component that shows a live progress bar
(percent, speed, ETA) for items with status 'downloading' when WebSocket
progress data is available, falling back to the existing StatusBadge otherwise.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:36:48 -05:00
John Lightner
d2e3c903ca MAESTRO: Mark DownloadProgressProvider wiring task as complete
Provider was already correctly wired in main.tsx from commit 0541a5f,
wrapping the entire app inside QueryClientProvider.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 00:29:19 -05:00