Browse Source

updated to-do list

Brandon Wong 1 year ago
parent
commit
0812197fac
1 changed files with 3 additions and 3 deletions
  1. 3 3
      popup/popup.js

+ 3 - 3
popup/popup.js

@@ -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?)