feat: add manual task sorting with drag-and-drop #120
No reviewers
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!120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/manual-sorting"
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?
This pull request implements manual task sorting via drag-and-drop. It introduces a new
Manualsort mode, updating the data model to store manual order, and adding drag-and-drop logic to reorder tasks.With these changes, users can now manually reorder tasks in a list using drag-and-drop when the manual sort mode is selected, and the order is persisted.
Closes #70