[Feature Request] Automatically create next sub-task entry on Enter with empty-state discard behavior #126
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks#126
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?
Issue/Description:
Creating multiple sub-tasks currently requires repeatedly opening the vertical ellipsis overflow menu to add each new sub-task. This becomes cumbersome when entering several sub-tasks consecutively.
Instead, after entering a sub-task and pressing
Enter, the Tasks app should automatically create and focus a new empty sub-task input field directly below the current one. If the newly created sub-task remains empty and loses focus, it should be discarded automatically. (Related to this)Expected Behavior:
Enterafter entering a sub-task should automatically create a new focused sub-task field on the same levelThis enables the user to open the overflow menu once and then add as many sub-tasks as desired consecutively under the same parent task.