-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
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.
Reactions are currently unavailable