podverse-rn icon indicating copy to clipboard operation
podverse-rn copied to clipboard

Mark episodes as played and remove them from queue easily

Open petre2dor opened this issue 2 years ago • 1 comments

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.

petre2dor avatar Jul 11 '23 18:07 petre2dor

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.

mitchdowney avatar Jul 12 '23 00:07 mitchdowney