-
Notifications
You must be signed in to change notification settings - Fork 986
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
Add new welcome page after generating their key #9170
Add new welcome page after generating their key #9170
Conversation
Hey @elegant651, and thank you so much for making your first pull request in status-react! ❤️ Please help us make your experience better by filling out this brief questionnaire https://goo.gl/forms/uWqNcVpVz7OIopXg2 |
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (63)
|
thanks @elegant651 , there is a lint error ,could you please run |
@elegant651 could you please rebase onto develop , thanks |
0014fe3
to
9beb519
Compare
@elegant651 is it still wip? could you add a screenshot of welcome chats screen if it's ready, thanks! @errorists could you take a look? |
on ready. I already attached it on the top. |
sorry @elegant651 can see only one screenshot, and can't see this one |
ah, I missed this. there's only welcome screen. Will implement on it. |
9beb519
to
4bd8ee0
Compare
@flexsurfer Finished it, can you please check for test? |
@elegant651 Awesome. Andrey is out on vacay for a bit - maybe @yenda or @siphiuel can review? |
(handlers/register-handler-fx | ||
:multiaccounts.ui/hide-home-tooltip | ||
(fn [cofx _] | ||
(multiaccounts/confirm-home-tooltip cofx))) |
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.
why not use multiaccounts.update/multiaccount-update
directly here?
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.
yenda commented that it should follow 'wallet-set-up-passed?'. : #9170 (comment)
@@ -88,33 +88,49 @@ | |||
|
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.
please fix code formatting
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.
Fixed it
2% of end-end tests have passed
Failed tests (99)Click to expand
Passed tests (2)Click to expand
|
121e094
to
8cd6de4
Compare
@elegant651 thank you for the contribution, amazing work!
I'm not able to check keycard flows here today, @Serhy can you assist please? |
96% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (97)Click to expand |
100% of end-end tests have passed
Passed tests (2)Click to expand
|
Merge with #9448 |
With the keycard flow I don't see 'Welcome to Status' screen (with Creating new account flow with keycard:
When recover account from key stored on keycard the flow is:
@elegant651 could you please insert navigation to welcome screen after each of last steps in above two flows for keycard? |
8cd6de4
to
eba9b9f
Compare
I fixed for these issue, pls check it out. |
100% of end-end tests have passed
Passed tests (2)Click to expand
|
@elegant651 |
eba9b9f
to
5b9b13d
Compare
formatting to style add accessibility-id & flow for keycard Signed-off-by: Andrey Shovkoplyas <[email protected]>
5b9b13d
to
7b14bbe
Compare
fixes #8135
(related with #9054 )
Summary
Add new welcome page after they generate their key.
Review notes
Testing notes
Tested on Nexus5X, Pixel2,3
Functional
Steps to test
status: wip