feat(KB-270): add drag-and-drop reordering for subtasks
- Add drag-and-drop state management with mouse event handlers - Add CSS styles for subtask drag states (dragging, drop-target, drop-before/after) - Integrate drag-and-drop into SubtaskBreakdownModal with grip handles - Add keyboard accessible reordering with up/down arrow buttons - Add comprehensive tests for drag-and-drop interactions - Update AGENTS.md with subtask dialog documentation - Add changeset for subtask drag-reorder feature
This commit is contained in:
9
.changeset/subtask-drag-reorder.md
Normal file
9
.changeset/subtask-drag-reorder.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Add drag-and-drop reordering to subtask breakdown dialog
|
||||
|
||||
Users can now drag subtasks up and down to reorder them before creating,
|
||||
which automatically updates the execution order and dependency chain.
|
||||
Keyboard reordering buttons are also available as an accessible alternative.
|
||||
Reference in New Issue
Block a user