Add up-next queue panel
Shows upcoming videos in the autoplay queue below now-playing meta. Clickable to jump to any video. Hidden when queue has 1 item or empty. Updates on playFromList, playNext, playPrev. Hidden in empty player state. Files: - frontend/index.html: upnext section in player pane - frontend/app.js: renderUpNext(), wired into playFromList/playNext/playPrev - frontend/styles.css: .upnext, .upnext-item, .upnext-list styles
This commit is contained in:
@@ -24,7 +24,7 @@ bottom as they come up.
|
||||
|
||||
## Features
|
||||
- [x] Drag-to-reorder videos within a playlist.
|
||||
- [ ] "Up next" queue panel showing the autoplay queue.
|
||||
- [x] "Up next" queue panel showing the autoplay queue.
|
||||
- [ ] Persistent mini now-playing bar when browsing other views.
|
||||
- [ ] Cache size cap in Settings (auto-evict oldest past a limit).
|
||||
- [ ] Export / import playlists as JSON.
|
||||
|
||||
Reference in New Issue
Block a user