noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Feature: move item to top #115

Open cod3monk opened 1 year ago

cod3monk commented 1 year ago

Item can already be moved to bottom by clicking on the item handle. Already very useful, but with long lists it is tedious to move new items (which are always appended to the end/bottom) to the top. Especially on mobile devices, where click-hole and scrolling doesn't work simultaneously.

Thus, I propose the following feature: clicking on the handle while the item is already the last/bottom item in the list it is moved to the top/first position.