[PR #2081] [MERGED] feat: group fragmented commands into an Actions menu #2054

Closed
opened 2026-02-26 03:33:09 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: list-header-cleanup


📝 Commits (1)

  • ec711f3 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2081 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `list-header-cleanup` --- ### 📝 Commits (1) - [`ec711f3`](https://github.com/koel/koel/commit/ec711f32f7536f0f156e5b4662f9aad7ed84a95e) feat: group fragmented commands into an Actions menu ### 📊 Changes **46 files changed** (+557 additions, -392 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2054
No description provided.