mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2068] [MERGED] feat: genre revamp #2041
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#2041
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/2068
Author: @phanan
Created: 8/25/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @phanan
Base:
master← Head:genres-revamp📝 Commits (1)
40bfd33feat: genre list screen revamp📊 Changes
56 files changed (+683 additions, -370 deletions)
View changed files
➖
app/Http/Controllers/API/FetchRandomSongsInGenreController.php(+0 -24)➕
app/Http/Controllers/API/FetchSongsToQueueByGenreController.php(+26 -0)➖
app/Http/Controllers/API/GenreSongController.php(+0 -43)➕
app/Http/Controllers/API/PaginateSongsByGenreController.php(+30 -0)📝
app/Http/Controllers/API/PlaylistFolderController.php(+2 -2)📝
app/Http/Controllers/API/PlaylistFolderPlaylistController.php(+2 -2)📝
app/Http/Controllers/API/SongController.php(+1 -1)➖
app/Http/Requests/API/FetchRandomSongsInGenreRequest.php(+0 -11)➕
app/Http/Requests/API/Genre/FetchSongsToQueueByGenreRequest.php(+12 -0)➕
app/Http/Requests/API/Genre/PaginateSongsByGenreRequest.php(+13 -0)➖
app/Http/Requests/API/GenreFetchSongRequest.php(+0 -11)📝
app/Http/Requests/API/PlaylistFolder/PlaylistFolderPlaylistDestroyRequest.php(+2 -1)📝
app/Http/Requests/API/PlaylistFolder/PlaylistFolderPlaylistStoreRequest.php(+2 -1)📝
app/Http/Requests/API/PlaylistFolder/PlaylistFolderStoreRequest.php(+3 -1)📝
app/Http/Requests/API/PlaylistFolder/PlaylistFolderUpdateRequest.php(+3 -1)📝
app/Models/Genre.php(+1 -1)📝
app/Repositories/SongRepository.php(+19 -21)📝
app/Values/UserPreferences.php(+12 -2)📝
resources/assets/js/__tests__/factory/userFactory.ts(+7 -1)➕
resources/assets/js/components/genre/GenreCard.spec.ts(+44 -0)...and 36 more files
📄 Description
Revamping the Genres feature, providing better UI and UX.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.