[PR #2068] [MERGED] feat: genre revamp #2041

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

📋 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: masterHead: genres-revamp


📝 Commits (1)

  • 40bfd33 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2068 **Author:** [@phanan](https://github.com/phanan) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `genres-revamp` --- ### 📝 Commits (1) - [`40bfd33`](https://github.com/koel/koel/commit/40bfd3329c53929351e580608491cd23cab93b14) feat: genre list screen revamp ### 📊 Changes **56 files changed** (+683 additions, -370 deletions) <details> <summary>View changed files</summary> ➖ `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_ </details> ### 📄 Description Revamping the Genres feature, providing better UI and UX. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:07 +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#2041
No description provided.