[PR #1039] Add a button and a new menu to add a song to a playlist #1140

Open
opened 2026-02-28 14:54:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/1039
Author: @GartoxFR
Created: 11/8/2022
Status: 🔄 Open

Base: masterHead: feat/add_song_to_playlist


📝 Commits (1)

  • 6b73504 Add a button and a new menu to add a song to a playlist

📊 Changes

8 files changed (+144 additions, -2 deletions)

View changed files

📝 src/app.rs (+4 -0)
src/handlers/add_to_playlist.rs (+55 -0)
📝 src/handlers/common_key_events.rs (+6 -0)
📝 src/handlers/mod.rs (+4 -0)
📝 src/handlers/track_table.rs (+20 -2)
📝 src/network.rs (+20 -0)
📝 src/ui/help.rs (+5 -0)
📝 src/ui/mod.rs (+30 -0)

📄 Description

This feature was requested a billion time in the issues so I tired to implement it


🔄 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/Rigellute/spotify-tui/pull/1039 **Author:** [@GartoxFR](https://github.com/GartoxFR) **Created:** 11/8/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/add_song_to_playlist` --- ### 📝 Commits (1) - [`6b73504`](https://github.com/Rigellute/spotify-tui/commit/6b73504bfe8d94829ce91ae1d6447ac3bad88806) Add a button and a new menu to add a song to a playlist ### 📊 Changes **8 files changed** (+144 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+4 -0) ➕ `src/handlers/add_to_playlist.rs` (+55 -0) 📝 `src/handlers/common_key_events.rs` (+6 -0) 📝 `src/handlers/mod.rs` (+4 -0) 📝 `src/handlers/track_table.rs` (+20 -2) 📝 `src/network.rs` (+20 -0) 📝 `src/ui/help.rs` (+5 -0) 📝 `src/ui/mod.rs` (+30 -0) </details> ### 📄 Description This feature was requested a billion time in the issues so I tired to implement it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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-tui#1140
No description provided.