unisonweb / ui-core

Shared design system and core components for Unison Local and Unison Share
MIT License
23 stars 4 forks source link

Use a proper case-insensitive sorting algorithm for sidebar #44

Closed pchiusano closed 2 years ago

pchiusano commented 2 years ago

So that IO type and io namespace are next to each other in the sidebar.

https://hackage.haskell.org/package/rfc5051

hojberg commented 2 years ago

Ported that library to elm and now sort using it, with the exception of patches, which I always sort to be at the end of the list.