much cleaner sorting logic

This commit is contained in:
Daniel
2023-06-14 08:10:23 +03:30
parent 8d094f320a
commit 6323badbaf
16 changed files with 135 additions and 282 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ export interface PublicCollectionIncludingLinks
export enum Sort {
NameAZ,
NameZA,
TitleAZ,
TitleZA,
DescriptionAZ,
DescriptionZA,
DateNewestFirst,
DateOldestFirst,
}