mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #158] Capture next / previous mouse buttons with JS #110
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Beanow on GitHub (Dec 29, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/158
Currently if I use the next / prev mouse buttons it will reload the page. Ideally I'd like the javascript level to catch this and go to the previous state. Such as from the current queue to album overview where I was last at.
@juliusvdijk commented on GitHub (Dec 29, 2015):
If any developer wants to do this, this can be done using window.history.pushState
I can try to make a PR.
@phanan commented on GitHub (Dec 30, 2015):
Nope, that would be vue-router. I don't think this is necessary though - when was the last time you navigated back/forth in iTunes, if at all?
@Shahor commented on GitHub (Dec 30, 2015):
I use google music and this can come in handy actually.
@Beanow commented on GitHub (Dec 30, 2015):
I requested it because this is what I actually did and found myself sent to a previous url, which means the queue was cleared and music stopped. More exactly:
@juliusvdijk commented on GitHub (Dec 30, 2015):
Spotify also has support for the next and previous button, both in the web player and the desktop client.
@phanan commented on GitHub (Dec 31, 2015):
I'm re-opening this, but it will still need to be a proper
routerinstead. Not high on my todo-list neither tbh.@phanan commented on GitHub (Jul 11, 2016):
Sorry guys, for keeping you waiting (if you do at all!) But the feature is now available on v3.1.0. Cheers!