Finish the sort feature

This commit is contained in:
djmaze 2021-03-27 16:02:48 +01:00
parent 7eeed62b09
commit 64cf19746d
14 changed files with 82 additions and 16 deletions

View file

@ -17,7 +17,7 @@ export const FolderType = {
/**
* @enum {string}
*/
export const FolderSortType = {
export const FolderSortMode = {
DateDesc: '', // default 'REVERSE DATE'
DateAsc: 'DATE',
FromDesc: 'REVERSE FROM',