deleting a session needs a confirmation dialog #32
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?
when deleting a session, a confirmation dialog needs to pop up that has to be confirmed before the session is actually deleted. this holds true for any way to delete a session.
Implemented in commit
a90a241. Every stored-session delete action now opens a confirmation dialog; Cancel or Escape dismisses it without changing data, and only the separate confirmation action reaches the existing database deletion path. The dialog reuses the shared modal surface and destructive-button styles. Verified with rustfmt, Clippy, make bundle, and cargo test --all-features (113 passed, 12 hardware-dependent ignored).