Skip to content
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

Merged
merged 15 commits into from
Sep 23, 2020
Merged

Conversation

rickycodes
Copy link
Member

@rickycodes rickycodes commented Aug 25, 2020

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:

image

If the user absolutely needs to see their seedphrase on screen they can show it by toggling the visibility:

image

We may want to change the placeholder text (similar to what we did on the extension) as well.

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

Issue

Resolves #???

@rickycodes rickycodes requested a review from a team as a code owner August 25, 2020 16:44
@rickycodes rickycodes added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Aug 25, 2020
Copy link
Contributor

@EtDu EtDu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+++

@rickycodes rickycodes marked this pull request as draft August 26, 2020 18:21
@omnat omnat added the next up prioritized to be picked up next label Sep 4, 2020
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Passed 👍

@ibrahimtaveras00 ibrahimtaveras00 added QA Passed A successful QA run through has been done next release and removed needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Sep 9, 2020
@rickycodes rickycodes force-pushed the feature/hide-seedphrase-on-import branch from 3370906 to d5a45a3 Compare September 22, 2020 04:25
@rickycodes rickycodes marked this pull request as ready for review September 22, 2020 04:28
@rickycodes rickycodes added needs-qa Any New Features that needs a full manual QA prior to being added to a release. and removed QA Passed A successful QA run through has been done labels Sep 22, 2020
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a 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.

@rickycodes rickycodes force-pushed the feature/hide-seedphrase-on-import branch from 174f290 to fae1d95 Compare September 23, 2020 20:09
@rickycodes rickycodes force-pushed the feature/hide-seedphrase-on-import branch from 1a4ff35 to 1c3b389 Compare September 23, 2020 20:25
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Passed 👍

@ibrahimtaveras00 ibrahimtaveras00 added QA Passed A successful QA run through has been done and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels Sep 23, 2020
@rickycodes rickycodes merged commit 29605a6 into develop Sep 23, 2020
@rickycodes rickycodes deleted the feature/hide-seedphrase-on-import branch September 23, 2020 20:39
rickycodes added a commit that referenced this pull request Jan 31, 2022
* 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 <etienne.dusseault@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release next up prioritized to be picked up next QA Passed A successful QA run through has been done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants