mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Unsaved Settings get discarded #1744
Reference in New Issue
Block a user
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?
Originally created by @moritztim on GitHub (Nov 2, 2023).
Steps to reproduce
Expected behaviour
Usually in web forms, all the data stays and the relevant field is highlighted.
Actual behaviour
You get a Popup telling you your one mistake and none of your changes are saved.
Workaround
The only way to ensure this doesn't happen is to save after every change (so why not have autosave).
Solution
Either make an autosave mechanism or keep the changes on the client or send them back.
If that isn't an option, at least having a save button per section would already minimize the data loss because this is particularily annoying when setting up vw for the first time and doing a whole bunch of config.
@BlackDex commented on GitHub (Nov 2, 2023):
Going to move this to Ideas and place it on the Meta Feature Requests #246