mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #32] [MERGED] Add various UI improvements #1523
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#1523
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/32
Author: @aome510
Created: 3/5/2022
Status: ✅ Merged
Merged: 3/6/2022
Merged by: @aome510
Base:
master← Head:various-ui-improvement📝 Commits (10+)
daf636especify item's name for actions popup2684316change the width percentages of columns in the track tableb583884add the seed track to the track recommendation listd121507addcurrent_user_top_tracksandcurrent_user_recently_played_tracksclient functionsef2ccebupdate command list80a9b35add description and binding for new commands4ea1d5fMerge branch 'master' into various-ui-improvement0cb49cehandle commands moving to tracks paged619cdcde-duplicate tracks when handling recently played requestd317f29call requests when moving to library page📊 Changes
8 files changed (+217 additions, -62 deletions)
View changed files
📝
README.md(+41 -39)📝
spotify_player/src/client/mod.rs(+82 -2)📝
spotify_player/src/command.rs(+6 -3)📝
spotify_player/src/config/keymap.rs(+9 -1)📝
spotify_player/src/event/mod.rs(+25 -2)📝
spotify_player/src/state/model.rs(+33 -0)📝
spotify_player/src/ui/page.rs(+5 -6)📝
spotify_player/src/ui/popup.rs(+16 -9)📄 Description
Brief description of changes
ActionListpopup's titleTopTrackPageandRecentlyPlayedTrackPagecommands, along new client requestGetUserTopTracksandGetUserRecentlyPlayedTracksand the corresponding handlersrecommendationsrequestBreaking changes
BrowsePlayingContextcommand toCurrentlyPlayingContextPage🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.