mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #857] [MERGED] Allow showing actions on the current context page #900
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#900
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/857
Author: @crisco-13
Created: 10/24/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @aome510
Base:
master← Head:show-current-context-action📝 Commits (3)
24801defeat: add command to show actions on the current context5244c32Merge branch 'master' into show-current-context-actiona7bb610update README📊 Changes
4 files changed (+58 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/page.rs(+51 -0)📄 Description
As suggested in issue #427 this PR introduces a new
ShowActionsOnCurrentContextcommand, this allows the user to trigger the actions menu directly when viewing a context page.Closes #427
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.