mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2081] [MERGED] feat: group fragmented commands into an Actions menu #2054
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#2054
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2081
Author: @phanan
Created: 9/3/2025
Status: ✅ Merged
Merged: 9/3/2025
Merged by: @phanan
Base:
master← Head:list-header-cleanup📝 Commits (1)
ec711f3feat: group fragmented commands into an Actions menu📊 Changes
46 files changed (+557 additions, -392 deletions)
View changed files
📝
app/Http/Controllers/Download/DownloadPlaylistController.php(+2 -0)📝
resources/assets/js/components/album/AlbumContextMenu.spec.ts(+0 -19)📝
resources/assets/js/components/album/AlbumContextMenu.vue(+0 -9)📝
resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap(+0 -2)📝
resources/assets/js/components/artist/ArtistContextMenu.spec.ts(+2 -15)📝
resources/assets/js/components/artist/ArtistContextMenu.vue(+0 -5)📝
resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap(+0 -2)📝
resources/assets/js/components/genre/GenreContextMenu.spec.ts(+0 -10)📝
resources/assets/js/components/genre/GenreContextMenu.vue(+1 -5)📝
resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap(+0 -2)📝
resources/assets/js/components/playable/PlayableContextMenu.spec.ts(+20 -0)📝
resources/assets/js/components/playable/PlayableContextMenu.vue(+6 -2)📝
resources/assets/js/components/playable/playable-list/PlayableList.vue(+8 -16)📝
resources/assets/js/components/playable/playable-list/PlayableListControls.spec.ts(+0 -8)📝
resources/assets/js/components/playable/playable-list/PlayableListControls.vue(+4 -14)📝
resources/assets/js/components/playlist/PlaylistContextMenu.spec.ts(+17 -25)📝
resources/assets/js/components/playlist/PlaylistContextMenu.vue(+21 -2)📝
resources/assets/js/components/playlist/PlaylistFolderContextMenu.spec.ts(+19 -21)📝
resources/assets/js/components/playlist/PlaylistFolderContextMenu.vue(+11 -2)📝
resources/assets/js/components/podcast/PodcastContextMenu.spec.ts(+23 -5)...and 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.