mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2084] [MERGED] feat: add Playlist description #2055
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#2055
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/2084
Author: @phanan
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @phanan
Base:
master← Head:playlist-desc📝 Commits (1)
b9532e1feat: add Playlist description📊 Changes
34 files changed (+404 additions, -177 deletions)
View changed files
📝
app/Http/Controllers/API/PlaylistController.php(+8 -22)📝
app/Http/Requests/API/Playlist/PlaylistStoreRequest.php(+4 -2)📝
app/Http/Requests/API/Playlist/PlaylistUpdateRequest.php(+3 -1)📝
app/Http/Resources/PlaylistResource.php(+2 -0)📝
app/Models/Playlist.php(+2 -0)📝
app/Services/PlaylistService.php(+19 -36)➕
app/Values/PlaylistCreateData.php(+64 -0)➕
app/Values/PlaylistUpdateData.php(+54 -0)📝
database/factories/PlaylistFactory.php(+1 -0)➕
database/migrations/2025_09_04_055648_add_description_to_playlists_table.php(+15 -0)📝
resources/assets/js/__tests__/factory/playlistFactory.ts(+1 -0)📝
resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap(+4 -4)📝
resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap(+16 -16)📝
resources/assets/js/components/playlist/CreatePlaylistForm.spec.ts(+10 -4)📝
resources/assets/js/components/playlist/CreatePlaylistForm.vue(+16 -5)📝
resources/assets/js/components/playlist/EditPlaylistForm.spec.ts(+3 -1)📝
resources/assets/js/components/playlist/EditPlaylistForm.vue(+10 -5)📝
resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue(+12 -9)📝
resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue(+13 -11)📝
resources/assets/js/components/screens/PlaylistScreen.vue(+3 -0)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.