-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bugfix/small UI fixes #2042
Bugfix/small UI fixes #2042
Conversation
These fixes look good. The only inconsistency I notice here is the "Congratulations" font. It looks like Roboto, not Euclid. |
I noticed we have an |
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.
LGTM
84bb28a
to
48ff546
Compare
LGTM @rickycodes |
e2ba7f6
to
94b1ec9
Compare
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.
I noticed that although we removed the back button on the top left, on android, I still can push the device back button and get redirected; seen here = http://recordit.co/mLaye65Qd0
do we also want to remove that option as well?
same thing goes for the import seed phrase flow, and sync with extension flow = http://recordit.co/RdK9B8EfWW
@ibrahimtaveras00 the hardware back button should be disabled now as well :) |
efb8e1d
to
b76e4c4
Compare
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.
QA Passed 👍
* add spacing on warning * hide back button on congratulations screen * update unit tests * Remove extraBold * Update tests * Use only one word on Drawer (Unprotected) * Move settings up * Update snapshots * Disable hardwareBackPress on Congratulations screen * Add HARDWARE_BACK_PRESS const * Disable hardwareBackPress on sync too
Description
Just a couple small UI fixes. I noticed the spacing of the warning indication when you haven't backed up is a bit off:
before:
after:
One other thing I noticed is that we're displaying the back button on our congratulations screen, which I think is an unnecessary action for that page...
before:
after: