You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Brave Wallet, it gives me a seed phrase to note and then asks me to confirm it by selecting words from a list in the order the appeared in the seed phrase. The problem is the list of words is unordered, so when I try to find the next word in my seed phrase I have to painstakingly search the word list one word at a time. The list should be sorted in alphabetical order so it is easy to find the next word via a mental binary search (the way humans naturally try to search sorted lists).
Steps to Reproduce
Settings > Crypto Wallets > New Wallet
Write down seed.
Try to confirm.
Actual result:
Pain and suffering that make me want to not use the feature.
@srirambv I can't think of any reason the words would be unsorted by design. There are no security benefit from random sort from alphabetical sort, and it makes UX noticeably worse.
Is the Brave wallet just a thin fork of MetaMask? I haven't created a new account in MetaMask for some time, so maybe Brave is just using the same UI and I should file a bug over there?
Description
When creating a new Brave Wallet, it gives me a seed phrase to note and then asks me to confirm it by selecting words from a list in the order the appeared in the seed phrase. The problem is the list of words is unordered, so when I try to find the next word in my seed phrase I have to painstakingly search the word list one word at a time. The list should be sorted in alphabetical order so it is easy to find the next word via a mental binary search (the way humans naturally try to search sorted lists).
Steps to Reproduce
Actual result:
Pain and suffering that make me want to not use the feature.
Expected result:
Delight at using modern financial technology.
Reproduces how often:
100%.
Brave version (brave://version info)
Version/Channel Information:
The text was updated successfully, but these errors were encountered: