-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space bar plays/pauses music in queue view #4864
Conversation
Hey @gantoine, just for future reference, we don't typically include issue numbers in commit messages / PR titles. We strive to follow these guidelines. Additional details can be found in our docs. Thanks! |
Hey thanks for the heads up, I've gone ahead and updated the title. I use it as a way to link the linear/jira/trello ticket to a PR, and I guess it's become a habit lol. I'll give those link a quick read! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Cloudflare Pages deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 appears to work as expected!
Changes
This PR overrides the behavior of the space bar (when in queue view) to play/pause the player. The behavior and code were essentially lifted from
playback/video
but stripped down to the bare essentials.Issues
Closes #4857