-
-
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
Feature/hide seedphrase on import #1794
Conversation
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.
+++
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 👍
3370906
to
d5a45a3
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.
For iOS, I'm unable to type or paste into the seedphrase text input field. The only way to get it to work is to tap Show to expand the field. Android works as expected.
…sk/metamask-mobile into feature/hide-seedphrase-on-import
174f290
to
fae1d95
Compare
1a4ff35
to
1c3b389
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 option to hide seedPhrase from prying 👀 * Fallback to null * Update snapshot * Change show/hide UX to more closely match extension * Update snapshot * Design feedback * Update snapshot * Remove unused style * Update snapshot * ImportFromSeed: remove redundant views, fix blocking of text input * Update snapshot * call toggleHideSeedPhraseInput to get seedphrase dots to show up * Toggle back should happen regardless * Add translation for Seed phrase Co-authored-by: Etienne Dusseault <[email protected]>
Description
Similar to MetaMask/metamask-extension#8730 this makes it so the seedphrase is hidden by default on import so the user can paste it without ever showing it on screen:
If the user absolutely needs to see their seedphrase on screen they can show it by toggling the visibility:
We may want to change the placeholder text (similar to what we did on the extension) as well.
Checklist
Issue
Resolves #???