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

feat(ui): I already have a wallet #521

Merged
merged 9 commits into from
Jun 17, 2024

Conversation

Sotatek-DukeVu
Copy link
Collaborator

@Sotatek-DukeVu Sotatek-DukeVu commented Jun 14, 2024

Description

Implement recovery wallet flow when user click on I already have a wallet button.

Checklist before requesting a review

Issue ticket number and link

  • This PR has a valid ticket number or issue: DTIS-898

Testing & Validation

  • This PR has been tested/validated in IOS, Android and browser.
  • The code has been tested locally with test coverage match expectations.
  • Added new Unit/Component testing (if relevant).

Security

  • No secrets are being committed (i.e. credentials, PII)
  • This PR does not have any significant security implications

Code Review

  • There is no unused functionality or blocks of commented out code (otherwise, please explain below)
  • In addition to this PR, all relevant documentation (e.g. Confluence) and architecture diagrams (e.g. Miro) were updated

Design Review

  • If this PR contains changes to the UI, it has gone through a design review with UX Designer or Product owner.
  • In case PR contains changes to the UI, add some screenshots to notice the differences

IOS

Screen.Recording.2024-06-14.at.14.10.56.mov

Android

Screen.Recording.2024-06-14.at.14.25.35.mov

Browser

Screen.Recording.2024-06-14.at.13.47.13.mov

Verify Seed Phrase Fail

Screen.Recording.2024-06-14.at.14.41.01.mov

Copy link

Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-fupp4ippt.vercel.app

Copy link

Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-c96rmfbwj.vercel.app

Copy link

Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-22sv25323.vercel.app

src/locales/en/en.json Outdated Show resolved Hide resolved
src/ui/components/AppWrapper/AppWrapper.tsx Show resolved Hide resolved
@Sotatek-DukeVu Sotatek-DukeVu force-pushed the feature/DTIS-898-already-have-a-wallet branch from 449ba17 to 1b96e36 Compare June 17, 2024 04:23
@Sotatek-DukeVu Sotatek-DukeVu force-pushed the feature/DTIS-898-already-have-a-wallet branch from 1b96e36 to 396157d Compare June 17, 2024 04:38
Copy link

Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-ckdkn7abf.vercel.app

Copy link
Contributor

@sdisalvo-crd sdisalvo-crd left a comment

Choose a reason for hiding this comment

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

Awesome job! 🚀

@sdisalvo-crd sdisalvo-crd merged commit 48feccb into develop Jun 17, 2024
2 checks passed
@sdisalvo-crd sdisalvo-crd deleted the feature/DTIS-898-already-have-a-wallet branch June 17, 2024 08:33
@@ -6,8 +6,11 @@ import {
enum KeyStoreKeys {
APP_PASSCODE = "app-login-passcode",
APP_OP_PASSWORD = "app-operations-password",
PASSWORD_SKIPPED = "app-password-skip",
Copy link
Collaborator

Choose a reason for hiding this comment

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

These are not meant to be going into the key store. This needs to be changed.

The key store is for secrets. There is a mechanism in the core for storing misc items like this called basic storage.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@bao-sotatek can support here

@sdisalvo-crd sdisalvo-crd restored the feature/DTIS-898-already-have-a-wallet branch June 17, 2024 08:46
sdisalvo-crd added a commit that referenced this pull request Jun 17, 2024
@sdisalvo-crd sdisalvo-crd deleted the feature/DTIS-898-already-have-a-wallet branch June 17, 2024 08:48
iFergal pushed a commit that referenced this pull request Jun 17, 2024
@Sotatek-DukeVu Sotatek-DukeVu restored the feature/DTIS-898-already-have-a-wallet branch June 17, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants