-
Notifications
You must be signed in to change notification settings - Fork 145
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
Fix routing for creation of new wallet from action popup #4848
Comments
@markmhendrickson , just to confirm this.
|
Yep that's my expectation. cc @mica000 to confirm UX |
yup! |
@kyranjamie I was going to change this but I just want to double check if there is a reason not to In I can change that but I'd like to make sure it doesn't introduce a regression.
|
Yeah, was added intentionally. All it takes it one click to accidentally close the extension, then you have to start again (unless we manage a lot more onboarding state). Further, it's just generally a worse user experience to do it in a tiny mobile-sized viewport, when you could instead use a full page view. |
OK thanks Kyran. @markmhendrickson I won't change this as per comment above |
We still want to fix the routing though don't we? In that, the user indeed needs the full page view to open, but to the key generation screen, not getting started one. |
In the code we are doing a re-direct before creating anything. I can change it but we will first have to create the new wallet in the extension and then do the re-direction.
I think this should be OK, but maybe @kyranjamie has better insights here. To be clear, this is for creation of a new wallet, not recovery of a key. |
@kyranjamie - is it OK if I make this change so that:
You confirmed this was done intentionally here but Mark thinks we should still change it |
Mark and I are discussing complimentary, not contradictory, behaviours in these comments. I was saying that we should force the user to go to full screen mode. Mark is saying, yes do that, but take them directly to the save secret key page not the welcome page. It is not a discussion about begin able to do onboarding entirely in the action popup. |
It currently goes to the full page view to the wrong route
routing.bug.mov
The text was updated successfully, but these errors were encountered: