mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #55] [MERGED] Action on item improvements P2 #605
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#605
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/55
Author: @aome510
Created: 6/13/2022
Status: ✅ Merged
Merged: 6/14/2022
Merged by: @aome510
Base:
master← Head:action-on-item-improv-p2📝 Commits (9)
f391fc5addLikedTrackPagecommand, keymap, and its handler8ff5f43implementAppData::get_tracks_by_idmethod526c5ebaddui/utils.rsmodule387fae7adjustselectedposition for table/list window on renderingdd1b623addClientRequest::DeleteTrackFromPlaylistand its handler242ec11addTrackAction::DeleteFromCurrentPlaylistand its handler533d7abnot reset page state context ID when handlingPreviousPagecommand0d44a07cleanup8e8bb5dupdate README📊 Changes
14 files changed (+264 additions, -123 deletions)
View changed files
📝
README.md(+4 -3)📝
spotify_player/src/client/handlers.rs(+9 -4)📝
spotify_player/src/client/mod.rs(+39 -7)📝
spotify_player/src/command.rs(+5 -2)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+11 -7)📝
spotify_player/src/event/page.rs(+1 -3)📝
spotify_player/src/event/popup.rs(+15 -2)📝
spotify_player/src/event/window.rs(+7 -4)📝
spotify_player/src/state/data.rs(+10 -0)📝
spotify_player/src/ui/mod.rs(+6 -39)📝
spotify_player/src/ui/page.rs(+73 -49)📝
spotify_player/src/ui/popup.rs(+5 -3)➕
spotify_player/src/ui/utils.rs(+75 -0)📄 Description
Changes
TrackAction::DeleteFromCurrentPlaylistLikedTrackPagecommand and liked track page🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.