bitcoin-dot-org / Bitcoin-Wallet

A simple, well designed and easy to use desktop Bitcoin wallet. The best wallet for new users to begin interacting with the Bitcoin network.
https://bitcoin.org
MIT License
52 stars 38 forks source link

4. Send #6

Open Cobra-Bitcoin opened 4 years ago

Cobra-Bitcoin commented 4 years ago

Design goals: To give an intuitive and simple way for the user to send BTC to an address. Currently the application validates the address, and also the amount the user is attempting to send (it makes the borders around the textfields red if the data within the textfield is invalid, or doesn't make sense).

Current design: send send_2

natiwa commented 4 years ago

@Cobra-Bitcoin Could you tell me why in the first step user has to set an amount and in the second step he has to do it again? Is there any technical reason for such flow?

Cobra-Bitcoin commented 4 years ago

@natiwa When the user clicks on the amount textfield, the modal appears and what they enter into the modal is put into the amount textfield when they click "OK" on the modal.

natiwa commented 4 years ago

@Cobra-Bitcoin Can I make everything on one screen?

Cobra-Bitcoin commented 4 years ago

@natiwa Yeah sure, it would probably look much nicer that way too.

natiwa commented 4 years ago

Please take a look at my proposition for the "send" screen. LINK

The whole prototype is clickable.

Cobra-Bitcoin commented 4 years ago

@natiwa Looks really good, very happy with it!

Just get rid of the two "Set Half" and "Set All" buttons, and have only one button with "Send Max", that's all we really need to be honest.

natiwa commented 4 years ago

Send design preview