mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #113] [MERGED] Add support for seeing the current queue #1571
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#1571
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/113
Author: @BeneCollyridam
Created: 1/27/2023
Status: ✅ Merged
Merged: 1/27/2023
Merged by: @aome510
Base:
master← Head:add-queue-popup📝 Commits (4)
ac0c1ccAdd support for seeing the current queue35f27ddfix nits94a9d74add new entry forQueuecommand in the READMEb730aa6fix 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.