[PR #1935] [MERGED] feat: separate states between playlists #1960

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1935
Author: @phanan
Created: 5/31/2025
Status: Merged
Merged: 5/31/2025
Merged by: @phanan

Base: masterHead: fix-playlist-filter


📝 Commits (1)

  • 22f25c6 feat: keep states between playlists

📊 Changes

6 files changed (+146 additions, -78 deletions)

View changed files

📝 resources/assets/js/components/screens/PlaylistScreen.vue (+85 -38)
📝 resources/assets/js/components/song/song-list/SongListControls.vue (+2 -3)
📝 resources/assets/js/components/song/song-list/SongListFilter.spec.ts (+33 -4)
📝 resources/assets/js/components/song/song-list/SongListFilter.vue (+24 -32)
📝 resources/assets/js/composables/useSongList.ts (+1 -0)
📝 resources/assets/js/stores/songStore.spec.ts (+1 -1)

📄 Description

Closes #1934.


🔄 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/1935 **Author:** [@phanan](https://github.com/phanan) **Created:** 5/31/2025 **Status:** ✅ Merged **Merged:** 5/31/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix-playlist-filter` --- ### 📝 Commits (1) - [`22f25c6`](https://github.com/koel/koel/commit/22f25c6772eba39d0ad52fc5119bb201eec29d4b) feat: keep states between playlists ### 📊 Changes **6 files changed** (+146 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/screens/PlaylistScreen.vue` (+85 -38) 📝 `resources/assets/js/components/song/song-list/SongListControls.vue` (+2 -3) 📝 `resources/assets/js/components/song/song-list/SongListFilter.spec.ts` (+33 -4) 📝 `resources/assets/js/components/song/song-list/SongListFilter.vue` (+24 -32) 📝 `resources/assets/js/composables/useSongList.ts` (+1 -0) 📝 `resources/assets/js/stores/songStore.spec.ts` (+1 -1) </details> ### 📄 Description Closes #1934. --- <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:53 +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#1960
No description provided.