Add persistent mini now-playing bar
Fixed bar at bottom of window when video is playing. Shows title, channel, progress, play/pause toggle. Click to restore player view. Files: - frontend/index.html: mini-bar markup - frontend/app.js: showMiniBar/hideMiniBar/updateMiniBar, wiring - frontend/styles.css: .mini-bar, .mini-bar-inner, .mini-progress styles
This commit is contained in:
@@ -25,7 +25,7 @@ bottom as they come up.
|
||||
## Features
|
||||
- [x] Drag-to-reorder videos within a playlist.
|
||||
- [x] "Up next" queue panel showing the autoplay queue.
|
||||
- [ ] Persistent mini now-playing bar when browsing other views.
|
||||
- [x] 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.
|
||||
- [ ] More / trending quick-search chips on the hero, rotated.
|
||||
|
||||
Reference in New Issue
Block a user