Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4. Send #6

Open
Cobra-Bitcoin opened this issue Sep 5, 2020 · 7 comments
Open

4. Send #6

Cobra-Bitcoin opened this issue Sep 5, 2020 · 7 comments
Labels

Comments

@Cobra-Bitcoin
Copy link
Contributor

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

@natiwa
Copy link

natiwa commented Sep 14, 2020

@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
Copy link
Contributor Author

@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
Copy link

natiwa commented Sep 15, 2020

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

@Cobra-Bitcoin
Copy link
Contributor Author

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

@natiwa
Copy link

natiwa commented Sep 15, 2020

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

The whole prototype is clickable.

@Cobra-Bitcoin
Copy link
Contributor Author

@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
Copy link

natiwa commented Sep 17, 2020

Send design preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants