FreeTube/src/renderer/store/modules
Jason 9815ed3da2
Sort videos within playlist (#4921)
* Implement playlist sorting

* Hide sort menu for remote playlists

* Remove 'Custom (descending)' sort order

I don't see the need for this particular sort order.

* Adjust sort order & align dropdown with 'More Options' button

* Make 'Latest added first' default option instead of custom

* Remove unlikely-to-be-implemented 'Date published' sorting options

Context from absidue: 'I don't think we should even attempt to support it, due to all of the situations where it wouldn't be possible.'

* Update to use sortOrder as main variable throughout

* Hide sort menu for playlists of length <2
2024-04-17 06:26:43 +08:00
..
history.js (Multiple) Local Playlist (instead of saving video in one hidden list) (#4234) 2024-01-03 19:44:57 +01:00
index.js Import store modules with ES6 imports instead of dynamically (#3064) 2023-01-15 09:03:16 +08:00
invidious.js Add SUPPORTS_LOCAL_API build flag (#4931) 2024-04-12 06:12:50 +00:00
playlists.js Playlist performance improvements (#4597) 2024-02-01 07:08:47 -05:00
profiles.js Add i18n-eslint-plugin (#4763) 2024-04-07 14:58:15 +00:00
settings.js Sort videos within playlist (#4921) 2024-04-17 06:26:43 +08:00
subscriptions.js Create empty subscriptions cache objects directly instead of cloning (#4814) 2024-03-27 08:37:19 +08:00
utils.js Fix imports of the "electron" module that are missing an Electron guard (#4935) 2024-04-14 13:16:55 +00:00