[PR #365] [CLOSED] Popup for creating new playlist #1668

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/365
Author: @m-torhan
Created: 2/11/2024
Status: Closed

Base: masterHead: create-playlist-ui


📝 Commits (2)

  • 9e2e3bc Implement UI for creating new playlists
  • c1e505d Continuation of implement UI for creating new playlist

📊 Changes

8 files changed (+216 additions, -6 deletions)

View changed files

📝 README.md (+1 -0)
📝 spotify_player/src/client/mod.rs (+46 -0)
📝 spotify_player/src/command.rs (+3 -0)
📝 spotify_player/src/config/keymap.rs (+4 -0)
📝 spotify_player/src/event/mod.rs (+13 -0)
📝 spotify_player/src/event/popup.rs (+84 -1)
📝 spotify_player/src/state/ui/popup.rs (+28 -5)
📝 spotify_player/src/ui/popup.rs (+37 -0)

📄 Description

A continuation of https://github.com/aome510/spotify-player/pull/234.


🔄 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/365 **Author:** [@m-torhan](https://github.com/m-torhan) **Created:** 2/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `create-playlist-ui` --- ### 📝 Commits (2) - [`9e2e3bc`](https://github.com/aome510/spotify-player/commit/9e2e3bcf64fc1ca204860db3c801c556d30fe85d) Implement UI for creating new playlists - [`c1e505d`](https://github.com/aome510/spotify-player/commit/c1e505d8e90819abf1662440ad1327800d6ebdfe) Continuation of implement UI for creating new playlist ### 📊 Changes **8 files changed** (+216 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `spotify_player/src/client/mod.rs` (+46 -0) 📝 `spotify_player/src/command.rs` (+3 -0) 📝 `spotify_player/src/config/keymap.rs` (+4 -0) 📝 `spotify_player/src/event/mod.rs` (+13 -0) 📝 `spotify_player/src/event/popup.rs` (+84 -1) 📝 `spotify_player/src/state/ui/popup.rs` (+28 -5) 📝 `spotify_player/src/ui/popup.rs` (+37 -0) </details> ### 📄 Description A continuation of https://github.com/aome510/spotify-player/pull/234. --- <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:40 +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#1668
No description provided.