You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be possible to create a permalink / social share for the calculator, as well as other pages.
I could probably dump the entire state into the permalink for the easiest implementation.
However, there are some concerns, accessing a permalink must not mess up the users' saved preferences and tech progress in the app.
Perhaps opening a permalink would be stored temporarily into sessionStorage instead, and should be mentioned somewhere in a banner as using someone else's settings?
The text was updated successfully, but these errors were encountered:
Should be possible to create a permalink / social share for the calculator, as well as other pages.
I could probably dump the entire state into the permalink for the easiest implementation.
However, there are some concerns, accessing a permalink must not mess up the users' saved preferences and tech progress in the app.
Perhaps opening a permalink would be stored temporarily into sessionStorage instead, and should be mentioned somewhere in a banner as using someone else's settings?
The text was updated successfully, but these errors were encountered: