mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1784] Missing "Current queue" link in the sidebar #982
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#982
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 @chrisvoo on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1784
Describe the bug
Hi, I'm not sure if this has to be considered a bug or if it is intended, but in the section "Your library" (previously "Your Music") I cannot see the "Current queue" link anymore.
To reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to see the link in that section
Screenshots

Environment
Notes
In case it's intended, for those that wants it back, you just need to add this block in the template of
resources/assets/js/components/layout/main-wrapper/sidebar/SidebarYourLibrarySection.vue:and import the icon
faList@phanan commented on GitHub (Jul 14, 2024):
The Queue has been moved to the footer (similar to Spotify's). You can also press Q to toggle the screen.