podverse-rn
podverse-rn copied to clipboard
Mark episodes as played and remove them from queue easily
Is your feature request related to a problem? Please describe. Managing the queue is not as easy as it could be. Sometimes there are a few minutes/seconds from an episode that I don't want to listen to, but I want to mark that episode as played and to remove it from the queue.
Describe the solution you'd like Swipe right/left on an episode to remove it from the queue and to mark it as played.
Thanks @petre2dor this makes sense. One of the tricky things about it however is that the Queue uses a "drag and drop" style of list component (for reordering queue items), and I'm not sure how possible the swipe functionality you're looking for is with a drag and drop list component. If it's possible, I think this is a good idea, but I don't know at this time if we can do it without changing the drag and drop behavior.