Revisit delete confirmation UX for picker actions #171
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Problem
Delete confirmations for branch/worktree actions currently use a numbered choice prompt.
That works, but it feels clunky compared to an inline
[y/N]prompt.Expected
Closing as done: branch/worktree delete confirmations already use inline [y/N] prompts, and / already allow skipping confirmations entirely. The current docs and specs also cover this behavior.
Closing as done: branch/worktree delete confirmations already use inline
[y/N]prompts, andconfirm.branch_delete/confirm.worktree_deletealready allow skipping confirmations entirely. The current docs and specs also cover this behavior.