ReSwift-Todo-Example
ReSwift-Todo-Example copied to clipboard
Implemented drag-n-drop task reordering
I thought it would be fun to add re-ordering of tasks within a todo list.
The new MoveTaskAction() applies the re-ordering just fine, but I haven't worked out how to deal with undoing it yet. (See inline review comment.) @DivineDominion, any suggestions?