mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2113] [MERGED] feat: use proper song lists for home screen #2080
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#2080
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/2113
Author: @phanan
Created: 9/27/2025
Status: ✅ Merged
Merged: 9/27/2025
Merged by: @phanan
Base:
master← Head:home-list📝 Commits (1)
1322519feat: use proper song lists for home screen📊 Changes
21 files changed (+234 additions, -291 deletions)
View changed files
📝
app/Repositories/SongRepository.php(+3 -3)📝
resources/assets/js/components/layout/main-wrapper/sidebar/HomeButton.vue(+1 -1)➖
resources/assets/js/components/playable/PlayableCard.spec.ts(+0 -62)➖
resources/assets/js/components/playable/PlayableCard.vue(+0 -111)➖
resources/assets/js/components/playable/PlayableCardSkeleton.vue(+0 -11)📝
resources/assets/js/components/playable/playable-list/PlayableList.vue(+2 -2)📝
resources/assets/js/components/playable/playable-list/PlayableListItem.vue(+1 -1)📝
resources/assets/js/components/playable/playable-list/__snapshots__/PlayableList.spec.ts.snap(+5 -1)📝
resources/assets/js/components/playable/playable-list/__snapshots__/PlayableListItem.spec.ts.snap(+1 -1)📝
resources/assets/js/components/screens/HomeScreen.vue(+5 -12)📝
resources/assets/js/components/screens/__snapshots__/AllSongsScreen.spec.ts.snap(+111 -0)📝
resources/assets/js/components/screens/home/MostPlayedSongs.spec.ts(+4 -8)📝
resources/assets/js/components/screens/home/MostPlayedSongs.vue(+21 -14)📝
resources/assets/js/components/screens/home/NewAlbums.vue(+1 -1)📝
resources/assets/js/components/screens/home/NewSongs.spec.ts(+4 -8)📝
resources/assets/js/components/screens/home/NewSongs.vue(+21 -14)📝
resources/assets/js/components/screens/home/RecentlyPlayedPlayables.spec.ts(+4 -9)📝
resources/assets/js/components/screens/home/RecentlyPlayedPlayables.vue(+21 -14)📝
resources/assets/js/components/screens/search/PlayableExcerptResultsBlock.vue(+23 -14)📝
resources/assets/js/composables/usePlayableList.ts(+4 -3)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.