-
Notifications
You must be signed in to change notification settings - Fork 6
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
refactor(PostInstall): use ConnectWalletForm
in the last step
#872
refactor(PostInstall): use ConnectWalletForm
in the last step
#872
Conversation
Extension builds preview
|
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.
Nearly there!
ConnectWalletForm
in the last step
ConnectWalletForm
in the last stepConnectWalletForm
in the last step
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.
Testing locally, works great!
Some things to do:
- Remove iframe related code from
src/pages/popup/pages/ConnectWallet.tsx
- Reduce size of 4th step in post-install, but add some top padding maybe.
- Replace ConnectWalletForm with a message "You've already connected your wallet. Access the extension from the browser toolbar." in PostInstall screen - so that if user visits the post-install page somehow again, they don't see the form again.
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.
test-e2e
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.
LGTM. Great work!
Context
Closes #793
Changes proposed in this pull request