feat(playlist): scoped header search on Playlists browse (#1308)

This commit is contained in:
cucadmuh
2026-07-16 04:30:41 +03:00
committed by GitHub
parent fa1dc1a328
commit 16aee64d66
42 changed files with 210 additions and 22 deletions
+6
View File
@@ -133,6 +133,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Right-clicking a playlist card now offers **Play next** and **Add to queue** alongside **Play now**, matching the album card. All three honour offline mode and the active multi-library filter.
### Playlists browse — scoped header search
**By [@cucadmuh](https://github.com/cucadmuh), PR [#1308](https://github.com/Psychotoxical/psysonic/pull/1308)**
* The header search field on the Playlists page now filters the list by playlist name (same scoped badge pattern as Artists / Albums), including in folder view.
## Changed