Bitcoin-Wallet icon indicating copy to clipboard operation
Bitcoin-Wallet copied to clipboard

4. Send

Open Cobra-Bitcoin opened this issue 4 years ago • 7 comments

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).

  • When the user clicks into the amount text field, an amount modal appears which gives the user an easy way to figure out how much BTC they want to send by letting them switch between fiat and bitcoin.
  • The user should be given the option to switch between the three different fee levels, this can be done either on the same screen, or be broken up into another sub-screen that appears after the user sets the address and amounts, the current application just keeps everything in the same screen to make use of the space.
  • Once the user has specified the address, and amount and chosen a fee level, they are presented with a confirmation modal, this shows a confirmation of the amount a user is sending, the recipient address, the fee they're paying, and a "Are you sure you want to send?" notice. The user then presses a button to send.

Current design: send send_2

Cobra-Bitcoin avatar Sep 05 '20 17:09 Cobra-Bitcoin

@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?

natiwa avatar Sep 14 '20 13:09 natiwa

@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.

Cobra-Bitcoin avatar Sep 14 '20 17:09 Cobra-Bitcoin

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

natiwa avatar Sep 15 '20 09:09 natiwa

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

Cobra-Bitcoin avatar Sep 15 '20 10:09 Cobra-Bitcoin

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

The whole prototype is clickable.

natiwa avatar Sep 15 '20 13:09 natiwa

@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.

Cobra-Bitcoin avatar Sep 15 '20 15:09 Cobra-Bitcoin

Send design preview

natiwa avatar Sep 17 '20 14:09 natiwa