deleting a session needs a confirmation dialog #32

Closed
opened 2026-07-26 15:53:11 +00:00 by hugo · 1 comment
Owner

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.

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.
hugo added the bug label 2026-07-26 15:53:11 +00:00
hugo added the critical label 2026-07-26 15:55:28 +00:00
Author
Owner

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).

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).
hugo closed this issue 2026-07-27 12:18:57 +00:00
Sign in to join this conversation.