mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-18 00:11:15 +00:00
feat: add release date sorting options and internationalization support
This commit is contained in:
@@ -48,6 +48,8 @@ export default function HomePage() {
|
||||
t("Views Descending"),
|
||||
t("Downloads Ascending"),
|
||||
t("Downloads Descending"),
|
||||
t("Release Date Ascending"),
|
||||
t("Release Date Descending"),
|
||||
]}
|
||||
current={order}
|
||||
onSelected={(index) => {
|
||||
|
||||
Reference in New Issue
Block a user