mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
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#891
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/823
Author: @Dragonfly911117
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @aome510
Base:
master← Head:fix-fzf📝 Commits (3)
1945616Fix: Movefuzzy_search_itemstoutilsto resolve #82005117beadd fzf to ci buildf1522b8Misc: Remove a redundant newline inutils.rs📊 Changes
3 files changed (+20 additions, -19 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -1)📝
spotify_player/src/state/ui/mod.rs(+0 -18)📝
spotify_player/src/utils.rs(+19 -0)📄 Description
Relocated
fuzzy_search_itemsfromui::mod.rstoutils.rsfor the caller has been moved.Decoupled
ratatui::layout::Rectimport (state/ui/mod.rs:100) from thefzffeature gate since the dependent code(UIState::default()) does not rely onfzf.Fixes #820
Fixes #822
Beside the issues mentioned, this patch also fixes building without
fzffeature would fail due toratatui::layout::Rectrequiringfzfto be imported andUIState::default()was using it. The failing build log would look like🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.