[PR #352] [MERGED] extend capabilities for ShowActionsOn* commands #1662

Closed
opened 2026-03-14 15:26:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/352
Author: @aome510
Created: 1/28/2024
Status: Merged
Merged: 1/28/2024
Merged by: @aome510

Base: masterHead: improve-show-actions-capabilities


📝 Commits (1)

  • f627125 extend capabilities for ShowActionsOn* commands

📊 Changes

4 files changed (+89 additions, -71 deletions)

View changed files

📝 spotify_player/src/command.rs (+56 -7)
📝 spotify_player/src/event/popup.rs (+26 -21)
📝 spotify_player/src/event/window.rs (+6 -42)
📝 spotify_player/src/state/ui/popup.rs (+1 -1)

📄 Description

Resolves #347

  • replace TrackAction::{GoToArtistRadio,GoToAlbumRadio} with TrackAction::{ShowActionsOnAlbum,ShowActionsOnArtist}
  • replace AlbumAction::GoToArtistRadio with AlbumAction::ShowActionsOnArtist

🔄 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/352 **Author:** [@aome510](https://github.com/aome510) **Created:** 1/28/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `improve-show-actions-capabilities` --- ### 📝 Commits (1) - [`f627125`](https://github.com/aome510/spotify-player/commit/f62712537e94844f0612a7911575d364825c3c57) extend capabilities for `ShowActionsOn*` commands ### 📊 Changes **4 files changed** (+89 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/command.rs` (+56 -7) 📝 `spotify_player/src/event/popup.rs` (+26 -21) 📝 `spotify_player/src/event/window.rs` (+6 -42) 📝 `spotify_player/src/state/ui/popup.rs` (+1 -1) </details> ### 📄 Description Resolves #347 - replace `TrackAction::{GoToArtistRadio,GoToAlbumRadio}` with `TrackAction::{ShowActionsOnAlbum,ShowActionsOnArtist}` - replace `AlbumAction::GoToArtistRadio` with `AlbumAction::ShowActionsOnArtist` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:26:23 +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#1662
No description provided.