ReSwift-Todo-Example icon indicating copy to clipboard operation
ReSwift-Todo-Example copied to clipboard

Implemented drag-n-drop task reordering

Open jkoutavas opened this issue 5 years ago • 0 comments

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?

jkoutavas avatar Feb 27 '20 03:02 jkoutavas