mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #18] [MERGED] Implement show actions on the current track #579
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#579
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/18
Author: @aome510
Created: 10/22/2021
Status: ✅ Merged
Merged: 10/22/2021
Merged by: @aome510
Base:
master← Head:implement-act-on-current-track📝 Commits (3)
75a44daremoveBrowsePlayingTrack(Artist|Album)command, addShowActionsOnCurrentTrackcommand737672fhandleShowActionsOnCurrentTrackcommand92f83adupdateREADME, add the Actions section📊 Changes
5 files changed (+58 additions, -72 deletions)
View changed files
📝
README.md(+44 -37)📝
spotify_player/src/command.rs(+2 -6)📝
spotify_player/src/config/keymap.rs(+4 -8)📝
spotify_player/src/event/mod.rs(+7 -20)📝
spotify_player/src/ui/popup.rs(+1 -1)📄 Description
Brief description of changes
ShowActionsOnCurrentTrackto replaceBrowsePlayingTrack(Artist|Album)commands🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.