-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(web): sort folders #15691
fix(web): sort folders #15691
Conversation
It's better to handle this in the query itself rather than in the client. #12214 is quite old and needs a rebase, but it handles sorting among other things. |
That won't work because |
I'm pretty sure it did work at the time that I wrote it. It's possible that the current client code does things that would make it behave differently, though. |
As you can see in the linked issue's screenshots, there currently is no sorting. |
Hello, have you tested with the test case of the following folder name or tag name to see if they are sorted naturally?
|
So, it looks like the natural order isn't working here. Did it sort in natural order before the changes? |
It works, as shown on the screenshot? What kind of "natural order" do you think of? Before, there was no sorting at all, just random. |
So I think natural order as in
In the screenshot it is showing
|
We're dealing with strings here, though. Different game, different rules :) |
fixes #13145