-
Notifications
You must be signed in to change notification settings - Fork 991
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
Conversation
Jenkins Builds
|
(:require [quo2.components.inputs.recovery-phrase.view :as recovery-phrase] | ||
[test-helpers.component :as h])) | ||
|
||
(h/describe "Recovery phrase input" |
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.
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
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.
nice!
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.
src/status_im2/contexts/quo_preview/inputs/recovery_phrase_input.cljs
Outdated
Show resolved
Hide resolved
6ad944c
to
e676b3d
Compare
This issue adds the recovery phrase input.
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:

Platforms
Areas that maybe impacted
Onboarding seed phrase screen
Steps to test:
status: ready