Wowfunhappy / Pebble-RSS-Reader

A full-text RSS Reader for the Pebble Smartwatch
GNU General Public License v3.0
20 stars 1 forks source link

Settings: Drag and drop to reorder feeds? #4

Open Wowfunhappy opened 5 years ago

Wowfunhappy commented 5 years ago

Right now, there's no easy way to change the position of an existing feed in the Settings menu. If you add a feed, it gets added to the end of the existing list, and if you remove a feed, the last in the list gets removed. You can't add to the middle.

I'd love to allow users to drag and drop feeds to re-order them. This would be trivial with jQuery UI, but pulling in JQuery for such a tiny 3kb page bothers me. So, I would need a native drag and drop implementation...

Wowfunhappy commented 4 years ago

I should probably just stop being unnecessarily perfectionist and use jQuery UI. It's not like anyone is going to know.

(But I'll know...)