Improved recipe sharing with Persistent Web App. #4216
duckhead
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
When you share a recipe with the PWA, and the PWA is logged out, you are taken to the login screen, and it doesn't remember that it was there to import a recipe.
Please provide a concise description of the feature that would resolve your issue.
If you encoded the nextURL in a parameter in the redirect to the login page, the login page could see that it's supposed to redirect to a specific URL and then you do that instead of going to the search screen.
Please consider and list out some caveats or tradeoffs made in your design decision
It's a fairly common pattern. Not sure there are any downsides.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions