notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Allow Queue reordering #93

Closed BenjaminHae closed 6 years ago

BenjaminHae commented 8 years ago

using jquery-ui-sortable standalone https://github.com/ryantbrown/jquery-ui-sortable implements #25 only drawback is that the jquery-ui-sortable is needed. I considered using the full jquery-ui script, but that destroyed the volume slider. This "standalone sortable" seems to be reasonable.