diff --git a/package.json b/package.json index 73e6377..aa9802f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "6.4.10", + "version": "6.4.11", "license": "BUSL-1.1", "private": true, "packageManager": "pnpm@9.14.4", diff --git a/src/routes/app/search/values.ts b/src/routes/app/search/values.ts index a3e4370..97a0169 100644 --- a/src/routes/app/search/values.ts +++ b/src/routes/app/search/values.ts @@ -161,6 +161,30 @@ export const sort = [ { value: 'UPDATED_AT_DESC', label: 'Updated Date' + }, + { + value: 'TITLE_ROMAJI', + label: 'Name Asc' + }, + { + value: 'START_DATE', + label: 'Release Date Asc' + }, + { + value: 'SCORE', + label: 'Score Asc' + }, + { + value: 'POPULARITY', + label: 'Popularity Asc' + }, + { + value: 'TRENDING', + label: 'Trending Asc' + }, + { + value: 'UPDATED_AT', + label: 'Updated Date Asc' } ] as const