|
|
@@ -3,10 +3,10 @@ document.addEventListener("alpine:init", () => {
|
|
|
// - preserve playlist order (sort)
|
|
|
// - "play/resume playlist" button (pick up where you left off)
|
|
|
// X track timestamp to truly resume where you left off
|
|
|
- // - periodically remove watched videos
|
|
|
- // - or move to an "old" category, and add a screen to see the list
|
|
|
+ // X periodically remove watched videos
|
|
|
+ // X or move to an "old" category, and add a screen to see the list
|
|
|
// - consider separating context menu items (rather than having a sub-menu)
|
|
|
- // - view playback history (?)
|
|
|
+ // X view playback history (?)
|
|
|
// - include currently open tabs in export
|
|
|
// - support playlist management (add, remove, rename playlists)
|
|
|
// - support input text box for adding to playlist (how to handle title?)
|