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

Use case-insensitive sorting for the applications list #36

Closed
beauwest opened this issue Jun 14, 2021 · 0 comments · Fixed by #42
Closed

Use case-insensitive sorting for the applications list #36

beauwest opened this issue Jun 14, 2021 · 0 comments · Fixed by #42
Assignees
Labels
🐞 Bug Something isn't working
Milestone

Comments

@beauwest
Copy link

If I create 3 items with mixed cased letters as the first letter, it ends up with lower-cased items last.

Expected: qBittorrent, Radarr, Sonarr
Actual: Radarr, Sonarr, qBittorrent

This ends up being confusing because the dashboard styling makes all names appear uppercase.

I wanted to submit a pull request, since it'd typically just be a simple COLLATE NOCASE with SQLite, but I'm not familiar with Sequelize. 😞

@pawelmalak pawelmalak self-assigned this Jun 15, 2021
@pawelmalak pawelmalak added the 🐞 Bug Something isn't working label Jun 15, 2021
@pawelmalak pawelmalak added this to the v1.4 Release milestone Jun 15, 2021
@pawelmalak pawelmalak mentioned this issue Jun 18, 2021
@pawelmalak pawelmalak linked a pull request Jun 18, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants