[PR #857] [MERGED] Allow showing actions on the current context page #900

Closed
opened 2026-03-03 00:01:22 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: show-current-context-action


📝 Commits (3)

  • 24801de feat: add command to show actions on the current context
  • 5244c32 Merge branch 'master' into show-current-context-action
  • a7bb610 update 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 ShowActionsOnCurrentContext command, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/857 **Author:** [@crisco-13](https://github.com/crisco-13) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `show-current-context-action` --- ### 📝 Commits (3) - [`24801de`](https://github.com/aome510/spotify-player/commit/24801de49b6a755def16df03e5a36dac9c9039f1) feat: add command to show actions on the current context - [`5244c32`](https://github.com/aome510/spotify-player/commit/5244c3257088bf0b6dfa45733c3b5b27c6be2f9f) Merge branch 'master' into show-current-context-action - [`a7bb610`](https://github.com/aome510/spotify-player/commit/a7bb610af7af2d836c7e5efa97372276540f054c) update README ### 📊 Changes **4 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description As suggested in issue #427 this PR introduces a new `ShowActionsOnCurrentContext` command, this allows the user to trigger the actions menu directly when viewing a context page. Closes #427 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#900
No description provided.