[PR #1550] [MERGED] feat: more actions for song context menu #1766

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1550
Author: @phanan
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @phanan

Base: masterHead: feat/playlist-man


📝 Commits (2)

  • 138f2b0 feat: remove songs from playlist via context menu
  • ce3eb97 feat: more actions for song context menu

📊 Changes

10 files changed (+200 additions, -39 deletions)

View changed files

📝 resources/assets/js/components/playlist/PlaylistSidebarItem.vue (+7 -7)
📝 resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue (+1 -1)
📝 resources/assets/js/components/screens/PlaylistScreen.vue (+9 -9)
📝 resources/assets/js/components/song/SongContextMenu.spec.ts (+89 -1)
📝 resources/assets/js/components/song/SongContextMenu.vue (+47 -7)
📝 resources/assets/js/composables/index.ts (+1 -0)
resources/assets/js/composables/usePlaylistManagement.ts (+39 -0)
📝 resources/assets/js/composables/useSongMenuMethods.ts (+4 -12)
📝 resources/assets/js/config/events.ts (+2 -1)
📝 resources/assets/sass/partials/_shared.scss (+1 -1)

📄 Description

Add actions to remove selected songs from playlist/favorites/queue when applicable.


🔄 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/1550 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/playlist-man` --- ### 📝 Commits (2) - [`138f2b0`](https://github.com/koel/koel/commit/138f2b042424d601e1dfa1be371a2bec27da5215) feat: remove songs from playlist via context menu - [`ce3eb97`](https://github.com/koel/koel/commit/ce3eb9738dae663dec3a9430f5d643d0b30d05b9) feat: more actions for song context menu ### 📊 Changes **10 files changed** (+200 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/playlist/PlaylistSidebarItem.vue` (+7 -7) 📝 `resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue` (+1 -1) 📝 `resources/assets/js/components/screens/PlaylistScreen.vue` (+9 -9) 📝 `resources/assets/js/components/song/SongContextMenu.spec.ts` (+89 -1) 📝 `resources/assets/js/components/song/SongContextMenu.vue` (+47 -7) 📝 `resources/assets/js/composables/index.ts` (+1 -0) ➕ `resources/assets/js/composables/usePlaylistManagement.ts` (+39 -0) 📝 `resources/assets/js/composables/useSongMenuMethods.ts` (+4 -12) 📝 `resources/assets/js/config/events.ts` (+2 -1) 📝 `resources/assets/sass/partials/_shared.scss` (+1 -1) </details> ### 📄 Description Add actions to remove selected songs from playlist/favorites/queue when applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:14 +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#1766
No description provided.