[PR #113] [MERGED] Add support for seeing the current queue #632

Closed
opened 2026-03-02 23:49:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/113
Author: @BeneCollyridam
Created: 1/27/2023
Status: Merged
Merged: 1/27/2023
Merged by: @aome510

Base: masterHead: add-queue-popup


📝 Commits (4)

  • ac0c1cc Add support for seeing the current queue
  • 35f27dd fix nits
  • 94a9d74 add new entry for Queue command in the README
  • b730aa6 fix clippy errors

📊 Changes

16 files changed (+143 additions, -32 deletions)

View changed files

📝 README.md (+1 -0)
📝 lyric_finder/examples/lyric-finder.rs (+1 -1)
📝 spotify_player/src/auth.rs (+3 -4)
📝 spotify_player/src/client/mod.rs (+13 -8)
📝 spotify_player/src/command.rs (+2 -0)
📝 spotify_player/src/config/keymap.rs (+6 -2)
📝 spotify_player/src/config/theme.rs (+1 -1)
📝 spotify_player/src/event/mod.rs (+5 -0)
📝 spotify_player/src/event/popup.rs (+28 -0)
📝 spotify_player/src/key.rs (+3 -5)
📝 spotify_player/src/main.rs (+1 -1)
📝 spotify_player/src/state/player.rs (+1 -0)
📝 spotify_player/src/state/ui/popup.rs (+3 -2)
📝 spotify_player/src/token.rs (+1 -1)
📝 spotify_player/src/ui/page.rs (+4 -4)
📝 spotify_player/src/ui/popup.rs (+70 -3)

📄 Description

I don't know if it would be of interest, but for my own use I implemented a
popup showing the current queue.

Feel free to close the PR or give me feedback to get it to a state, where you
think it can be merged


🔄 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/113 **Author:** [@BeneCollyridam](https://github.com/BeneCollyridam) **Created:** 1/27/2023 **Status:** ✅ Merged **Merged:** 1/27/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-queue-popup` --- ### 📝 Commits (4) - [`ac0c1cc`](https://github.com/aome510/spotify-player/commit/ac0c1cc2ecf81f83c8779eec2b9adfb0ab4a0798) Add support for seeing the current queue - [`35f27dd`](https://github.com/aome510/spotify-player/commit/35f27dd9e81e2b5abf97596a0987954be1b727f2) fix nits - [`94a9d74`](https://github.com/aome510/spotify-player/commit/94a9d744fe5b2dbd4571edbf389126dff423a6fe) add new entry for `Queue` command in the README - [`b730aa6`](https://github.com/aome510/spotify-player/commit/b730aa631c9c01dae0ef15d50362fa0f652a4806) fix clippy errors ### 📊 Changes **16 files changed** (+143 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `lyric_finder/examples/lyric-finder.rs` (+1 -1) 📝 `spotify_player/src/auth.rs` (+3 -4) 📝 `spotify_player/src/client/mod.rs` (+13 -8) 📝 `spotify_player/src/command.rs` (+2 -0) 📝 `spotify_player/src/config/keymap.rs` (+6 -2) 📝 `spotify_player/src/config/theme.rs` (+1 -1) 📝 `spotify_player/src/event/mod.rs` (+5 -0) 📝 `spotify_player/src/event/popup.rs` (+28 -0) 📝 `spotify_player/src/key.rs` (+3 -5) 📝 `spotify_player/src/main.rs` (+1 -1) 📝 `spotify_player/src/state/player.rs` (+1 -0) 📝 `spotify_player/src/state/ui/popup.rs` (+3 -2) 📝 `spotify_player/src/token.rs` (+1 -1) 📝 `spotify_player/src/ui/page.rs` (+4 -4) 📝 `spotify_player/src/ui/popup.rs` (+70 -3) </details> ### 📄 Description I don't know if it would be of interest, but for my own use I implemented a popup showing the current queue. Feel free to close the PR or give me feedback to get it to a state, where you think it can be merged --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:07 +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#632
No description provided.