[PR #1862] [MERGED] fix: loading state for Playlist #1918

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1862
Author: @phanan
Created: 10/25/2024
Status: Merged
Merged: 10/25/2024
Merged by: @phanan

Base: masterHead: fix/playlist


📝 Commits (1)

  • 96ca133 fix: loading state for Playlist

📊 Changes

13 files changed (+51 additions, -43 deletions)

View changed files

📝 resources/assets/js/components/screens/AlbumListScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/AllSongsScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/ArtistListScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/FavoritesScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/GenreListScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/HomeScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/PlaylistScreen.vue (+39 -31)
📝 resources/assets/js/components/screens/PodcastListScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/QueueScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/RecentlyPlayedScreen.vue (+1 -1)
📝 resources/assets/js/components/screens/search/SearchExcerptsScreen.vue (+1 -1)
📝 resources/assets/js/components/song/PlayableContextMenu.vue (+1 -1)
📝 resources/assets/js/composables/useSongList.ts (+1 -1)

📄 Description

Fixing the loading state of Playlist screen which stopped working some time ago. Also adding a couple of opportunity fixes.


🔄 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/1862 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix/playlist` --- ### 📝 Commits (1) - [`96ca133`](https://github.com/koel/koel/commit/96ca133b6d812dfc3dfdc21ffcc5e6357a9bd583) fix: loading state for Playlist ### 📊 Changes **13 files changed** (+51 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/screens/AlbumListScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/AllSongsScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/ArtistListScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/FavoritesScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/GenreListScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/HomeScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/PlaylistScreen.vue` (+39 -31) 📝 `resources/assets/js/components/screens/PodcastListScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/QueueScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/RecentlyPlayedScreen.vue` (+1 -1) 📝 `resources/assets/js/components/screens/search/SearchExcerptsScreen.vue` (+1 -1) 📝 `resources/assets/js/components/song/PlayableContextMenu.vue` (+1 -1) 📝 `resources/assets/js/composables/useSongList.ts` (+1 -1) </details> ### 📄 Description Fixing the loading state of Playlist screen which stopped working some time ago. Also adding a couple of opportunity fixes. --- <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:45 +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#1918
No description provided.