Replies: 2 comments
-
I've added a text field when in edit mode, with the current index. Changing the index will move the item to the new position, a bit like how the Steam Wishlist works. Would that address your point 3 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
🎉 This issue has been resolved in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Sorting large (100+ books) reading lists is currently a chore. There are a few things that could make this easier:
Support scrolling + dragging at the same time, or allow draggin off the page to scroll up or downAdd the series name, in addition to the issue number and title. Some issues don't have names, and when using reading lists to merge meld series together, it currently requires zooming in and reading the cover image, which is sometimes tough.Describe alternatives you've considered or other apps that can do what you want
I tried to use the current UI. It's doable for smaller reading lists, but it's pretty rough for larger ones. I was also going to try and use the API directly, but that seems ... less useful for the community at large.
Additional context
I was going to try and implement the second item on my own, but it turns out ... I don't know vue :) I'm still trying, but I suspect it'll be much faster for you all to do it.
Great project, thanks a ton!
Beta Was this translation helpful? Give feedback.
All reactions