From af03615ec0116aa003f88cb4f93f5d020441814b Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Sat, 11 Apr 2026 22:12:17 -0500 Subject: [PATCH] Phase 2: device-detail.js adds playlist picker dropdown Devices can now switch between playlists via a dropdown in the playlist section header. Populates from getPlaylists API, shows auto-generated label and item count. Selection triggers assignPlaylistToDevice and refreshes the content list. Co-Authored-By: Claude Opus 4.6 --- frontend/js/views/device-detail.js | 38 +++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/frontend/js/views/device-detail.js b/frontend/js/views/device-detail.js index ceecda2..004c4fb 100644 --- a/frontend/js/views/device-detail.js +++ b/frontend/js/views/device-detail.js @@ -173,7 +173,12 @@ async function loadDevice(deviceId, activeTab = null) {
-

Playlist

+
+

Playlist

+ +