-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Wallet] Implement remaning UI for new verification flow #1584
Conversation
Use updated RN Geth to support hot reloading
…component Clean up related fonts and styles Implement VerificationEducationScreen
Implement skip modal in verification education screen Implement most of verification loading screen Remove unused dropdown modal package
@@ -182,12 +182,12 @@ export function messageContainsAttestationCode(message: string) { | |||
|
|||
export function extractAttestationCodeFromMessage(message: string) { |
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.
i feel that we are a little inconsistent with throwing vs nulls - wdyt?
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.
Agreed. I'm generally in favor of exceptions but nulls were helpful here. Hbu WDYT?
Codecov Report
@@ Coverage Diff @@
## master #1584 +/- ##
==========================================
+ Coverage 74.16% 74.24% +0.08%
==========================================
Files 287 287
Lines 7651 7703 +52
Branches 666 959 +293
==========================================
+ Hits 5674 5719 +45
- Misses 1864 1871 +7
Partials 113 113
Continue to review full report at Codecov.
|
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.
Looking good 👍
<View style={styles.modalContainer}> | ||
<View style={styles.modalTimerContainer}> | ||
<LoadingSpinner /> | ||
<Text style={fontStyles.body}>{'0:49'}</Text> |
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.
I assume the real value will be added in the next PR?
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.
Yes, already done in my latest
7f112b3
to
90675a4
Compare
Description
Still TODO: Tie the screens into the verification saga. Will do that in the next PR
Tested
Relevant screens tested locally on Android
still TODO test iOS, will do after done verification implementation
Related issues
Backwards compatibility
Yes