mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #846] Feature: show queued songs #1053
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#1053
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/Rigellute/spotify-tui/pull/846
Author: @rudiejd
Created: 7/31/2021
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
b04aaa1feat: show queued songs26b4988fix: remove from queue when song is played📊 Changes
9 files changed (+142 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -0)📝
src/app.rs(+18 -0)📝
src/handlers/mod.rs(+8 -0)➕
src/handlers/queue_menu.rs(+37 -0)📝
src/main.rs(+3 -0)📝
src/network.rs(+19 -1)📝
src/ui/help.rs(+5 -0)📝
src/ui/mod.rs(+48 -0)📝
src/user_config.rs(+2 -0)📄 Description
Resolves my feature request https://github.com/Rigellute/spotify-tui/issues/841. This is probably a pretty bad implementation. I just piggy backed off of the code for the help menu and made a couple of modifications.
draw_song_menu, but I was unsure how to without major refactoring of the way tables are drawn.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.