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

[#15719] Recovery phrase input #15720

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

ulisesmac
Copy link
Contributor

This issue adds the recovery phrase input.

image

Designs: https://www.figma.com/file/WQZcp6S0EnzxdTL4taoKDv/Design-System-for-Mobile?node-id=19591-239976&t=psVx1EXFPrTRVQLR-4

fixes #15719

Summary

Review notes

Nesting views into text-inputs is not supported, so I wasn't able to add the padding & border-radius present in designs when a word has an error:
image

Platforms

  • Android
  • iOS

Areas that maybe impacted

Onboarding seed phrase screen

Steps to test:

  • Open Status
  • Navigate to Quo2.0 components -> inputs -> recovery phrase
  • Test the new input

status: ready

@status-im-auto
Copy link
Member

status-im-auto commented Apr 23, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 6ad944c #1 2023-04-23 23:18:24 ~5 min android-e2e 🤖apk 📲
✔️ 6ad944c #1 2023-04-23 23:18:46 ~6 min android 🤖apk 📲
✔️ 6ad944c #1 2023-04-23 23:19:16 ~6 min ios 📱ipa 📲
✔️ 6ad944c #1 2023-04-23 23:19:38 ~6 min tests 📄log
✔️ e676b3d #2 2023-04-24 11:51:39 ~5 min android-e2e 🤖apk 📲
✔️ e676b3d #2 2023-04-24 11:51:47 ~5 min android 🤖apk 📲
✔️ e676b3d #2 2023-04-24 11:52:27 ~6 min tests 📄log
✔️ e676b3d #2 2023-04-24 11:52:29 ~6 min ios 📱ipa 📲

(:require [quo2.components.inputs.recovery-phrase.view :as recovery-phrase]
[test-helpers.component :as h]))

(h/describe "Recovery phrase input"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, I couldn't manage to test the content of this input since the text inside the input are its children, It was not easy and it was taking some time, I'll be off some days, so in order to merge this I created an issue to track it: #15721

Copy link
Member

@flexsurfer flexsurfer left a comment

Choose a reason for hiding this comment

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

nice!

Copy link
Contributor

@ilmotta ilmotta left a comment

Choose a reason for hiding this comment

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

image

@cammellos cammellos merged commit e676b3d into develop Apr 24, 2023
@cammellos cammellos deleted the 15719-recovery-phrase-input branch April 24, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Implement recovery phrase input
5 participants