fumiX / fuBlog

Blog Software
https://blog.fumix.de
Apache License 2.0
2 stars 1 forks source link

Save progress in post creation form when leaving without saving #60

Open floscher opened 1 year ago

floscher commented 1 year ago

When I start writing a new post, but leave the page without saving, the progress should be saved and the user should be able to continue where they left off when they return to the form.

The state should probably be stored in local storage or session storage, kind of like how Github does it with comments on issues and PRs, which are stored in the session storage.