feat: add manual task sorting with drag-and-drop #120

Merged
edfloreshz merged 1 commit from feat/manual-sorting into main 2026-05-06 18:49:23 +00:00
edfloreshz commented 2026-05-06 18:44:18 +00:00 (Migrated from github.com)

This pull request implements manual task sorting via drag-and-drop. It introduces a new Manual sort mode, updating the data model to store manual order, and adding drag-and-drop logic to reorder tasks.

image

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

This pull request implements manual task sorting via drag-and-drop. It introduces a new `Manual` sort mode, updating the data model to store manual order, and adding drag-and-drop logic to reorder tasks. <img width="850" height="700" alt="image" src="https://github.com/user-attachments/assets/500950e1-1404-4b9a-a0af-3771739bc1c4" /> 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
Sign in to join this conversation.
No description provided.