mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1617] [MERGED] feat: support creating playlist directly from songs #1815
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#1815
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/1617
Author: @phanan
Created: 12/6/2022
Status: ✅ Merged
Merged: 12/6/2022
Merged by: @phanan
Base:
master← Head:feat/new-playlist-from-songs📝 Commits (1)
e8f4e49feat: support creating playlist directly from songs📊 Changes
22 files changed (+226 additions, -205 deletions)
View changed files
📝
resources/assets/js/components/layout/ModalWrapper.vue(+6 -2)📝
resources/assets/js/components/playlist/CreateNewPlaylistContextMenu.vue(+3 -3)📝
resources/assets/js/components/playlist/CreatePlaylistForm.spec.ts(+27 -1)📝
resources/assets/js/components/playlist/CreatePlaylistForm.vue(+16 -4)📝
resources/assets/js/components/playlist/PlaylistContextMenu.spec.ts(+2 -2)📝
resources/assets/js/components/playlist/PlaylistContextMenu.vue(+1 -1)📝
resources/assets/js/components/playlist/PlaylistFolderContextMenu.vue(+2 -2)📝
resources/assets/js/components/screens/QueueScreen.vue(+0 -3)📝
resources/assets/js/components/screens/__snapshots__/AllSongsScreen.spec.ts.snap(+1 -5)📝
resources/assets/js/components/song/AddToMenu.spec.ts(+11 -6)📝
resources/assets/js/components/song/AddToMenu.vue(+19 -80)📝
resources/assets/js/components/song/SongContextMenu.spec.ts(+13 -2)📝
resources/assets/js/components/song/SongContextMenu.vue(+15 -4)📝
resources/assets/js/components/song/SongListControls.spec.ts(+8 -6)📝
resources/assets/js/components/song/SongListControls.vue(+58 -73)📝
resources/assets/js/components/song/__snapshots__/AddToMenu.spec.ts.snap(+1 -5)📝
resources/assets/js/composables/index.ts(+1 -0)➕
resources/assets/js/composables/useSongListControls.ts(+31 -0)📝
resources/assets/js/composables/useSongMenuMethods.ts(+8 -1)📝
resources/assets/js/config/events.ts(+2 -2)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.