feat: Add Default option and use collection sorting as default

This commit is contained in:
sarendsen
2024-08-30 09:58:50 +02:00
parent 8b3b492f5e
commit 30678813b4
3 changed files with 17 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ export const sortOptions: {
key: ItemSortBy;
value: string;
}[] = [
{ key: "Default", value: "Default" },
{ key: "SortName", value: "Name" },
{ key: "CommunityRating", value: "Community Rating" },
{ key: "CriticRating", value: "Critics Rating" },