hudy9x / namviek

The open-source project manager for tiny teams
https://namviek.com
GNU General Public License v3.0
2.05k stars 237 forks source link

Deleting multiple tasks at once #257

Closed juizoi closed 2 days ago

juizoi commented 2 days ago

Is your feature request related to a problem? Please describe. When dealing with a high number of tasks, I'd like the functionality to batch delete a selection instead of one by one.

Describe the solution you'd like Namviek already comes with a bunch of great fields to batch set through the multi-selection mode, it would be great to have another button in that menu to delete the selected items (it would also be nice to see this option in a right click context menu too). Binding it to the delete key would be cool too, with a confirm dialog.

hudy9x commented 2 days ago

Yep, I'll handle it However, there's a reason that I've not implemented this before Cause it will lead to some a feature: recover deleted tasks So, It will take a long time to finalize both features and I'll release one by one

hudy9x commented 2 days ago

Added a delete button as user selects multiple tasks Displayed a confirm box before doing delete image