mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #784] [MERGED] added a functionality to search through items in a playlist popup #877
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#877
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/aome510/spotify-player/pull/784
Author: @deauthe
Created: 7/29/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @aome510
Base:
master← Head:feat/add-to-pll-search📝 Commits (5)
b2f6e1eadded the functionality to search through playlists when added a playable4ee245cMerge remote-tracking branch 'origin/master' into feat/add-to-pll-searchee2c104cleanup71f0bf2use the same filter function from UI struct8ac0cfbsupport search in browse popup📊 Changes
6 files changed (+165 additions, -44 deletions)
View changed files
📝
spotify_player/src/event/mod.rs(+6 -1)📝
spotify_player/src/event/popup.rs(+77 -12)📝
spotify_player/src/state/ui/mod.rs(+2 -22)📝
spotify_player/src/state/ui/popup.rs(+3 -0)📝
spotify_player/src/ui/popup.rs(+50 -9)📝
spotify_player/src/utils.rs(+27 -0)📄 Description
Resolves #690
Resolves #747
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.