mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
feat: add sorting by year
This commit is contained in:
parent
28efc5a98c
commit
d343aa839c
2 changed files with 14 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
export const sort = {
|
||||
adding_descending: 1,
|
||||
adding_ascending: 2,
|
||||
// year_descending: 3,
|
||||
// year_ascending: 4,
|
||||
year_descending: 3,
|
||||
year_ascending: 4,
|
||||
alphabet_descending: 5,
|
||||
alphabet_ascending: 6,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue