[PR #784] [MERGED] added a functionality to search through items in a playlist popup #877

Closed
opened 2026-03-03 00:01:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: feat/add-to-pll-search


📝 Commits (5)

  • b2f6e1e added the functionality to search through playlists when added a playable
  • 4ee245c Merge remote-tracking branch 'origin/master' into feat/add-to-pll-search
  • ee2c104 cleanup
  • 71f0bf2 use the same filter function from UI struct
  • 8ac0cfb support 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

Screenshot 2025-07-29 at 6 09 39 PM Screenshot 2025-07-29 at 6 09 24 PM

🔄 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/aome510/spotify-player/pull/784 **Author:** [@deauthe](https://github.com/deauthe) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feat/add-to-pll-search` --- ### 📝 Commits (5) - [`b2f6e1e`](https://github.com/aome510/spotify-player/commit/b2f6e1ec0a53ea5724f82d215e8188a46a3f3e54) added the functionality to search through playlists when added a playable - [`4ee245c`](https://github.com/aome510/spotify-player/commit/4ee245c127f1990ba682a354c085a1143fedd0f5) Merge remote-tracking branch 'origin/master' into feat/add-to-pll-search - [`ee2c104`](https://github.com/aome510/spotify-player/commit/ee2c104d814e9d5885c789ca58755ae48900c5dd) cleanup - [`71f0bf2`](https://github.com/aome510/spotify-player/commit/71f0bf28945c38a648d37c9ba4feb12784f3256c) use the same filter function from UI struct - [`8ac0cfb`](https://github.com/aome510/spotify-player/commit/8ac0cfbc85c1c2f94e7e327ae7abecd87349ca60) support search in browse popup ### 📊 Changes **6 files changed** (+165 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #690 Resolves #747 <img width="2549" height="1399" alt="Screenshot 2025-07-29 at 6 09 39 PM" src="https://github.com/user-attachments/assets/c2e8aad4-fa8b-4fe7-ace1-53e4a1297718" /> <img width="2548" height="1388" alt="Screenshot 2025-07-29 at 6 09 24 PM" src="https://github.com/user-attachments/assets/4429c874-7174-488a-b9dc-b9397b77849f" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:15 +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/spotify-player#877
No description provided.