warn when leaving edit page with unsaved change #686

Closed
opened 2019-10-30 10:08:07 +00:00 by trinity-1686a · 1 comment

Is your feature request related to a problem? Please describe.
see this toot

Describe the solution you'd like
either an auto-saving feature, but it would probably require some form of versioning to not publish half a modification when editing an already published post, or simply a warning popup about losing changes when leaving the page (can be done easily in js, see this anwser on stack overflow)

Describe alternatives you've considered

Additional context

**Is your feature request related to a problem? Please describe.** see [this toot](https://makerdon.org/@Sylphox/103041707542858913) **Describe the solution you'd like** either an auto-saving feature, but it would probably require some form of versioning to not publish half a modification when editing an already published post, or simply a warning popup about losing changes when leaving the page (can be done easily in js, see [this anwser on stack overflow](https://stackoverflow.com/questions/7317273/warn-user-before-leaving-web-page-with-unsaved-changes)) ~~**Describe alternatives you've considered**~~ ~~**Additional context**~~
elegaanz commented 2019-10-30 10:17:56 +00:00 (Migrated from github.com)

Auto-saving could be done locally, and if a more "recent" version is found in the "cache" when the page is loaded, we could propose to restore it.

Auto-saving could be done locally, and if a more "recent" version is found in the "cache" when the page is loaded, we could propose to restore it.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#686
No description provided.