liftedinit / alberto

A crypto wallet for any ledger supporting the Many protocol
https://alberto.app
Apache License 2.0
6 stars 7 forks source link

Rework "Send" window flow #134

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

From @ebravick

In the "send" function we have a left-to-right flow, I have an element on the left and the "chooser" on the right that matches with that. So "TO" matches with "Select a contact". That works, and everyone gets it.

But next, we have "Amount" which is matched to "Select an asset". This is confusing for people, and always causes them to pause - they are expecting a "chooser" that is amounts, like 1,10,50 or some +/- button thing to fill in an amount.

The second element on the left should be "Asset Type" and that should be paired with "Select an Asset".

The amount should be moved down to be the 3rd element, and can have a selector or not if that makes sense from a UI perspective, or just a place to fill in the number.

Screenshot 2023-08-10 at 15 45 38