You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a mix of ascending and descending order, but we should let users choose, or maybe just always sort by descending order, since users will probably want to see the latest versions first.
Describe the solution you'd like
Another option for the version listing
Alternative solutions
Always use descending order
The text was updated successfully, but these errors were encountered:
We were mixing ascending and descending when listing the versions,
we now always sort in descending order. Even if the version
fails to parse, we still sort it in descending order as fallback.
Closes#11689
What's the problem this feature will solve?
Right now we have a mix of ascending and descending order, but we should let users choose, or maybe just always sort by descending order, since users will probably want to see the latest versions first.
Describe the solution you'd like
Another option for the version listing
Alternative solutions
Always use descending order
The text was updated successfully, but these errors were encountered: