-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Save in-progress draft in browser storage #388
Comments
Quick thoughts:
New entries:
Existing entries:
Down the road: |
Follow-up: This is subject to rate limits, but we could push commits in the background as auto-saves (with history!), and use squash merge when the entry is persisted or published. Not certain if GitHub squash merging is risky, seems like it should work fine for this use case. We could supplement this with cheap localstorage auto-saves for offline users. |
This is also relevant if the API itself has problems, in which case we have to use the browser-side solution. |
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
If you are working on a post in the CMS and your browser crashes, all your work disappears.
- What is the expected behavior?
Save in-progress entry drafts to local browser storage and offer to restore that version if it's different.
The text was updated successfully, but these errors were encountered: