Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(requestlist): sort direction #1147

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

Akryum
Copy link
Contributor

@Akryum Akryum commented Dec 14, 2024

Description

Add a toggle to change the sort direction. Related to #497

Screenshot (if UI-related)

image
image

To-Dos

  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

@Akryum Akryum force-pushed the feat-sort-requests branch from d26ccd4 to 9c4df51 Compare December 14, 2024 20:38
@Akryum Akryum marked this pull request as ready for review December 14, 2024 20:42
src/components/RequestList/index.tsx Outdated Show resolved Hide resolved
@Akryum Akryum requested a review from gauthier-th December 17, 2024 09:30
@gauthier-th gauthier-th merged commit 66a5ab4 into Fallenbagel:develop Dec 17, 2024
7 checks passed
thibodelanghe pushed a commit to thibodelanghe/jellyseerr that referenced this pull request Dec 18, 2024
* feat(requestlist): sort direction

* style: quoted attributes

* style: quoted attributes
gauthier-th added a commit that referenced this pull request Dec 21, 2024
The Sort Direction was loaded with values from the localStorage, but `undefined` was assigned if no
previous Sort Direction existed, causing the client to send undefined as a string for the Sort
Direction.

fix #1147
gauthier-th added a commit that referenced this pull request Dec 22, 2024
…1174)

The Sort Direction was loaded with values from the localStorage, but `undefined` was assigned if no
previous Sort Direction existed, causing the client to send undefined as a string for the Sort
Direction.

fix #1147
@Fallenbagel
Copy link
Owner

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Akryum Akryum deleted the feat-sort-requests branch January 1, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants