mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #8] [MERGED] Implement Spotify search APIs integration Part I #1511
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#1511
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/8
Author: @aome510
Created: 9/12/2021
Status: ✅ Merged
Merged: 9/24/2021
Merged by: @aome510
Base:
master← Head:spotify-search-apis-integration📝 Commits (10+)
eba0a71moveconstruct_list_widgettoui/mod.rs77fcbadadd state structs for integrating search APIsa205186useconstruct_list_widgetto constructs list widgets for artist context window8790fb5implement client'ssearchfunction0cfa752handle search enum variant for WindowStatecbca5d1improve documentation for UI rendering functions35f7cedrefactorui/help.rsdc6a9afimplementrender_search_windowcc29087reduce code duplication in rendering main layout codesa706e71includedeviceas playback metadata when rendering playback window📊 Changes
13 files changed (+927 additions, -291 deletions)
View changed files
📝
README.md(+1 -1)📝
spotify_player/src/client.rs(+158 -5)📝
spotify_player/src/command.rs(+3 -0)📝
spotify_player/src/config/keymap.rs(+8 -0)📝
spotify_player/src/event.rs(+247 -54)📝
spotify_player/src/state/player.rs(+38 -0)📝
spotify_player/src/state/ui.rs(+58 -10)📝
spotify_player/src/ui/context.rs(+61 -54)📝
spotify_player/src/ui/help.rs(+62 -23)📝
spotify_player/src/ui/mod.rs(+75 -49)📝
spotify_player/src/ui/popup.rs(+61 -92)➕
spotify_player/src/ui/search.rs(+152 -0)📝
spotify_player/src/utils.rs(+3 -3)📄 Description
Brief description of changes
SearchResultsrepresenting returned data when searchingui/search.rsincluding handling logics for rendering the search pagesearchfunctionEnterSearchPagecommand for entering the search page🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.