yoroi-frontend
yoroi-frontend copied to clipboard
Please add the ability to sort wallets
Please add the ability to sort wallets, it may be useful for people that have some different wallets on Yoroi and should be very simple to implement.
@yushih , the main "My Wallets" page - let's look into the options to move wallets around on that page, maybe in two steps:
- Version 1: there are something like arrow buttons on each row so user can click to move up or move down on the list
- Version 2: rows might be draggable, with that special icon on the side that you can "grab" with the cursor to move the row around.
The wallets in the drop-down list then would be displayed in the same order. But the first step I reckon we need to look into adding an additional "sorting index" in the storage, which by default is equal to the original index as the wallets are created.
This is being added in the ongoing redesign