mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1541] [MERGED] feat: add Genres screens #1757
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#1757
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/1541
Author: @phanan
Created: 10/21/2022
Status: ✅ Merged
Merged: 10/21/2022
Merged by: @phanan
Base:
master← Head:feat/genre-screen📝 Commits (1)
96704b9feat: add Genres screens📊 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.