super-productivity/e2e/tests/task-basic
Johannes Millan f3954131ac feat(tasks): add confirmation dialog before task deletion
Add optional setting to show confirmation dialog when deleting tasks
via keyboard shortcut (Backspace) or context menu. This prevents
accidental cascading deletions when users press Backspace expecting
browser-like "go back" behavior.

- Add isConfirmBeforeTaskDelete setting (defaults to true)
- Add confirmation dialog to TaskComponent.deleteTask()
- Add confirmation dialog to context menu deleteTask()
- Add setting checkbox in Settings > Misc
- Add unit and E2E tests for the feature

Closes #5942
2026-01-09 15:01:06 +01:00
..
task-crud.spec.ts test(e2e): fix 2025-10-24 13:57:22 +02:00
task-delete-confirmation.spec.ts feat(tasks): add confirmation dialog before task deletion 2026-01-09 15:01:06 +01:00