mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 09:13:03 +03:00
[PR #3] Add bulk move and bulk delete #3933
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?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/3
State: closed
Merged: Yes
This adds support for
Move SelectedandDelete Selectedin the Vault. It works, but there's a bit of code repetition in there which I'm not happy about, not sure how to do it nicer. It might require refactoring the current functions, I'll better leave that for another PR.