-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improvement: send flow #1327
Improvement: send flow #1327
Conversation
This reverts commit dcdfbd1.
@@ -131,6 +133,11 @@ class ContactForm extends PureComponent { | |||
componentDidMount = () => { | |||
const { mode } = this.state; | |||
const { navigation } = this.props; | |||
// Workaround https://github.com/facebook/react-native/issues/9958 |
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.
Interesting workaround. I guess we should check back on that react-native issue and remove the workaround once the underlying problem is resolved
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.
All the code changes look good to me
All fixes look good 👍 Last issue I found is more of a question; do we want to have an ellipsis here @estebanmino @cjeria? Same as on the send view as well |
Yes to ellipsis. Let's try to make it as wide as possible. |
QA: Recent addresses only the ones from address book, not the ones not saved. This logic needs changing. @danjm |
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.
Changes look good on both OS's QA Passed 👍
* warning message * center * check iszero * change alias on save name * fix margins * add check * add memo * snaps * missing locales * update decodeTransferData * Revert "update decodeTransferData" This reverts commit dcdfbd1. * get tx to from data when parsing recent addresses * add editable state * new edit * locale * delete contact * edit delerte working * snaps * update contacts settings * test * rm onblur * issue 1.2 * issue 3 * issue 8 * fix 8.1 * fix check icon position * fix android * snaps * check for data * fix parsing * device isandroid * fixes * fix uppercase and long names * snaps Co-authored-by: Ibrahim Taveras <ibrahim.taveras@consensys.net>
Description
Improvements based on @cjeria doc
Checklist
Issue
Resolves #???