Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Use natural sort instead of lexicographical sort for decks

Lexicographical sort doesn’t sort nicely for titles with numbers in them, e.g. “My Deck v10” will be sorted before “My Deck v9”. Natural sort (https://en.wikipedia.org/wiki/Natural_sort_order) gives a better sorted output and is used in many places like windows file explorer.

Context: https://discord.com/channels/529432261523931143/529432261523931147/1520967343726133288

2 days ago