I am new to elm and am building a todo app as a way to learn.
Are there any elm packages that allow for something similar to what jQuery sortable does? https://jqueryui.com/sortable/
I would like to be able to drag and drop my todo items to change their order/priority. I found https://github.com/zaboco/elm-draggable but that just seems to deal with making elements draggable and doesn’t handle the sorting functionality.
Are there any elm packages that do what I’m looking for?