Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "redo" #575

Open
izelnakri opened this issue May 13, 2024 · 1 comment
Open

Implement "redo" #575

izelnakri opened this issue May 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@izelnakri
Copy link

Description

Given most commands that run on selected tasks require no confirmation from the user, it is easy to make mistakes as a user in a TUI. "undo" is an essential great feature, thanks for having implemented it in the UI. When I "undo" selected tasks it does the undo one-by-one, which might seem counter-intutive first, I understand why this is a better decision internally, thanks for considering doing the operations granularly inside. Since there is a history log of all actions scoped to each task, could we extend the history log to allow for "redo" ?

This will make the UX more error-prone since there is no confirmation step on doing "wrong actions on multiple selections at once" or "hitting the wrong keyboard shortcut scenario".

Solution

r - default keyboard shortcut for redo

@izelnakri izelnakri added the enhancement New feature or request label May 13, 2024
@kdheepak
Copy link
Owner

Great idea! This has been something on my mind and something I'd like to tackle but practically it won't happen until a refactor is done #521. The main issue is I need to clean up + write more tests before adding a lot more features that I'd like to add :) but haven't been able to find the time to do it (been yak shaving a lot).

I'll keep this issue open to track this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants