-
Notifications
You must be signed in to change notification settings - Fork 237
Description
Is your feature request related to a problem? Please describe.
I like to sort things. In the wallet, I can't sort my portfolio by coin name or price, only value (which is the default). It's also nice to be able to sort by 24 price change, so I can see what I should have bought and sold yesterday.
Describe the solution you'd like
Add column sorting capability to the portfolio table, for all columns except trend
.
Describe alternatives you've considered
Rapidly transposing values into a physical ledger book, in the order I prefer, before the prices change and render my ink and paper obsolete.
Additional context
Refer to https://github.com/KomodoPlatform/komodo-wallet-desktop/releases/tag/0.8.2-beta for an example implementation.
Originally requested in #2577