rgero / Fajita

A custom YouTube wrapper designed to maintain a group video queue during gatherings, written in Typescript, utilizing React, MaterialUI, a custom backend, and websockets
0 stars 0 forks source link

Swipe up to view queue #60

Open RoymondIssueBot opened 2 months ago

RoymondIssueBot commented 2 months ago

It would be cool to be able to Swipe up on t H E Currently Playing component and gave it show the full queue.

Logged By Grant

rgero commented 3 weeks ago

Swiping is broken when a search result is present.

Steps to reproduce:

  1. Search for a video
  2. Attempt to swipe while the results are not at the bottom
rgero commented 3 weeks ago

After investigating this further, what is happening is that when the user is scrolling through search results, the scroll action is a higher priority than the swipe action.

To fix, I need to make react-swipeable say "Regardless of the scrolling, do the swipe"