-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update basic send flow #152
base: gh-pages
Are you sure you want to change the base?
Update basic send flow #152
Conversation
- Removed block status/setting bar from mobile screens - Removed QR code scan buttons - New clipboard detection pattern (inline button)
- Removed transaction sent modal - Updated review screens (removed header text) - Updated drag&drop styling
- Updated page content - Added inline validation examples
@GBKS I think this is ready for a first review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please make a couple of tweaks:
- Little bit of padding for "Send all"
- Make the input field fill the available space so it can be easily tapped to focus.
Would also be nice to be able to tap the available balance in the error message, to "Send all". That might be what the user wants to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the label field is a fixed width, we may need to define that as well. That could get a little tricky across input fields, we the text size is dynamic and user-adjustable.
image = "/assets/images/send/layout-blocks-address.png" | ||
retina = "/assets/images/send/[email protected]" | ||
big = "/assets/images/send/layout-blocks-address-big.png" | ||
alt-text = "Layout blocks of the address input component." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just throw the image into AI and have it create alt text?
Addressed @GBKS's comments. |
- Updated review screen to be a full page modal - Added transaction confirmation screen
This PR addresses the follow-up tasks for the basic send flow page that are mentioned in this issue.
More specifically, it: