- 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
311 B
311 B
@dustinbyrne/kb
| @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.