fix(ui): remove delete confirmation prompt #94

Merged
barrettruth merged 1 commit from fix/remove-delete-prompt into main 2026-03-25 18:23:14 +00:00
barrettruth commented 2026-03-25 18:22:58 +00:00

Problem

The y/N confirmation on dd added friction to what should be an instant vim-style action.

Solution

Remove pendingDelete state and y/N confirmation banner. dd now calls onDelete directly. Undo system tracked in #93.

## Problem The y/N confirmation on `dd` added friction to what should be an instant vim-style action. ## Solution Remove `pendingDelete` state and y/N confirmation banner. `dd` now calls `onDelete` directly. Undo system tracked in #93.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!94
No description provided.