classic-frontend icon indicating copy to clipboard operation
classic-frontend copied to clipboard

Use case-insensitive sort for token dropdown

Open freeatnet opened this issue 8 years ago • 1 comments

We've started adding tokens that have lower-cased characters in their symbols. That puts them at a disadvantage in the token dropdown, where they appear at the bottom. We should use case-insensitive sort for token dropdown.

freeatnet avatar Feb 28 '18 08:02 freeatnet

The URL for the webpage is also case sensitive and should be case insensitive

https://forkdelta.github.io/#!/trade/dgd-ETH

becomes

https://forkdelta.github.io/#!/trade/undefined-ETH

when dgd should resolve to DGD

lampshade9909 avatar Feb 28 '18 22:02 lampshade9909