mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1550] [MERGED] feat: more actions for song context menu #1766
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#1766
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/1550
Author: @phanan
Created: 10/24/2022
Status: ✅ Merged
Merged: 10/24/2022
Merged by: @phanan
Base:
master← Head:feat/playlist-man📝 Commits (2)
138f2b0feat: remove songs from playlist via context menuce3eb97feat: 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.