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
We should keep the in-progress form data when navigating away from the page (onpagehide). We can store this in localStorage and piggy back off the implementation used in #14 to do so.
We may want to prompt the user to resume editing the WIP message -- or straight up restore it right away.
We may want to store it in a separate localStorage key from #14 and also expose it for loading.
The text was updated successfully, but these errors were encountered:
We should keep the in-progress form data when navigating away from the page (
onpagehide
). We can store this in localStorage and piggy back off the implementation used in #14 to do so.We may want to prompt the user to resume editing the WIP message -- or straight up restore it right away.
We may want to store it in a separate localStorage key from #14 and also expose it for loading.
The text was updated successfully, but these errors were encountered: