[PR #2113] [MERGED] feat: use proper song lists for home screen #2080

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

📋 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: masterHead: home-list


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/2113 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/27/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `home-list` --- ### 📝 Commits (1) - [`1322519`](https://github.com/koel/koel/commit/1322519fa26170b4cddab9301dadec550ef195e3) feat: use proper song lists for home screen ### 📊 Changes **21 files changed** (+234 additions, -291 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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:33:14 +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#2080
No description provided.