warn when leaving edit page with unsaved change #686
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#686
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 consideredAdditional contextAuto-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.