Skip to content

Commit

Permalink
My fingerprints: Add tag filter and title sorting, and fix trending (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored and javstash committed Jan 27, 2025
1 parent 1cb625e commit 7215fba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ interface Props {

const sortOptions = [
{ value: SceneSortEnum.DATE, label: "Release Date" },
<<<<<<< HEAD
{ value: SceneSortEnum.CODE, label: "Code" },
=======
>>>>>>> My fingerprints: Add tag filter and title sorting, and fix trending (#911)
{ value: SceneSortEnum.TITLE, label: "Title" },
{ value: SceneSortEnum.TRENDING, label: "Trending" },
{ value: SceneSortEnum.CREATED_AT, label: "Created At" },
Expand Down

0 comments on commit 7215fba

Please sign in to comment.