[PR #1541] [MERGED] feat: add Genres screens #1757

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1541
Author: @phanan
Created: 10/21/2022
Status: Merged
Merged: 10/21/2022
Merged by: @phanan

Base: masterHead: feat/genre-screen


📝 Commits (1)

📊 Changes

43 files changed (+857 additions, -19 deletions)

View changed files

app/Http/Controllers/V6/API/FetchRandomSongsInGenreController.php (+22 -0)
app/Http/Controllers/V6/API/GenreController.php (+31 -0)
app/Http/Controllers/V6/API/GenreSongController.php (+37 -0)
app/Http/Requests/V6/API/FetchRandomSongsInGenreRequest.php (+13 -0)
app/Http/Requests/V6/API/GenreFetchSongRequest.php (+13 -0)
app/Http/Resources/GenreResource.php (+25 -0)
app/Repositories/GenreRepository.php (+44 -0)
📝 app/Repositories/SongRepository.php (+29 -0)
app/Values/Genre.php (+17 -0)
resources/assets/js/__tests__/factory/genreFactory.ts (+11 -0)
📝 resources/assets/js/__tests__/factory/index.ts (+2 -0)
📝 resources/assets/js/components/album/AlbumCard.vue (+1 -1)
📝 resources/assets/js/components/album/AlbumContextMenu.vue (+2 -2)
📝 resources/assets/js/components/album/AlbumInfo.vue (+1 -1)
📝 resources/assets/js/components/artist/ArtistCard.vue (+1 -1)
📝 resources/assets/js/components/artist/ArtistContextMenu.vue (+2 -2)
📝 resources/assets/js/components/artist/ArtistInfo.vue (+1 -1)
📝 resources/assets/js/components/layout/main-wrapper/MainContent.vue (+4 -0)
📝 resources/assets/js/components/layout/main-wrapper/Sidebar.vue (+7 -0)
📝 resources/assets/js/components/playlist/PlaylistFolderContextMenu.vue (+2 -2)

...and 23 more files

📄 Description

No description provided


🔄 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/1541 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/21/2022 **Status:** ✅ Merged **Merged:** 10/21/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/genre-screen` --- ### 📝 Commits (1) - [`96704b9`](https://github.com/koel/koel/commit/96704b94f7e84a9d332f3e473fa16b445e44790e) feat: add Genres screens ### 📊 Changes **43 files changed** (+857 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `app/Http/Controllers/V6/API/FetchRandomSongsInGenreController.php` (+22 -0) ➕ `app/Http/Controllers/V6/API/GenreController.php` (+31 -0) ➕ `app/Http/Controllers/V6/API/GenreSongController.php` (+37 -0) ➕ `app/Http/Requests/V6/API/FetchRandomSongsInGenreRequest.php` (+13 -0) ➕ `app/Http/Requests/V6/API/GenreFetchSongRequest.php` (+13 -0) ➕ `app/Http/Resources/GenreResource.php` (+25 -0) ➕ `app/Repositories/GenreRepository.php` (+44 -0) 📝 `app/Repositories/SongRepository.php` (+29 -0) ➕ `app/Values/Genre.php` (+17 -0) ➕ `resources/assets/js/__tests__/factory/genreFactory.ts` (+11 -0) 📝 `resources/assets/js/__tests__/factory/index.ts` (+2 -0) 📝 `resources/assets/js/components/album/AlbumCard.vue` (+1 -1) 📝 `resources/assets/js/components/album/AlbumContextMenu.vue` (+2 -2) 📝 `resources/assets/js/components/album/AlbumInfo.vue` (+1 -1) 📝 `resources/assets/js/components/artist/ArtistCard.vue` (+1 -1) 📝 `resources/assets/js/components/artist/ArtistContextMenu.vue` (+2 -2) 📝 `resources/assets/js/components/artist/ArtistInfo.vue` (+1 -1) 📝 `resources/assets/js/components/layout/main-wrapper/MainContent.vue` (+4 -0) 📝 `resources/assets/js/components/layout/main-wrapper/Sidebar.vue` (+7 -0) 📝 `resources/assets/js/components/playlist/PlaylistFolderContextMenu.vue` (+2 -2) _...and 23 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:12 +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#1757
No description provided.