[PR #379] [MERGED] Add popup for creating new playlist #742

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/379
Author: @aome510
Created: 2/24/2024
Status: Merged
Merged: 2/24/2024
Merged by: @aome510

Base: masterHead: create-playlist-ui


📝 Commits (5)

  • 9e2e3bc Implement UI for creating new playlists
  • c1e505d Continuation of implement UI for creating new playlist
  • 1421f84 cleanup
  • 517b83a use LineInput instead of String to represent popup's inputs
  • 8133cbb fix clippy

📊 Changes

11 files changed (+231 additions, -25 deletions)

View changed files

📝 README.md (+1 -0)
📝 spotify_player/src/client/mod.rs (+53 -0)
📝 spotify_player/src/command.rs (+3 -0)
📝 spotify_player/src/config/keymap.rs (+4 -0)
📝 spotify_player/src/event/mod.rs (+14 -1)
📝 spotify_player/src/event/page.rs (+12 -11)
📝 spotify_player/src/event/popup.rs (+69 -1)
📝 spotify_player/src/key.rs (+1 -1)
📝 spotify_player/src/state/ui/popup.rs (+29 -6)
📝 spotify_player/src/ui/popup.rs (+40 -0)
📝 spotify_player/src/ui/single_line_input.rs (+5 -5)

📄 Description

Resolves #87

  • add CreatePlaylist command (default binding N)
  • implement PlaylistCreate popup and corresponding handlers

🔄 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/379 **Author:** [@aome510](https://github.com/aome510) **Created:** 2/24/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `create-playlist-ui` --- ### 📝 Commits (5) - [`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 - [`1421f84`](https://github.com/aome510/spotify-player/commit/1421f84fe6ed3baf20a88cea2e77bfffa539b74c) cleanup - [`517b83a`](https://github.com/aome510/spotify-player/commit/517b83ae19f4899c99cb486b67c8ad3410a39a0d) use `LineInput` instead of `String` to represent popup's inputs - [`8133cbb`](https://github.com/aome510/spotify-player/commit/8133cbb24e56384c79790eab8d00bd0f30c579d9) fix clippy ### 📊 Changes **11 files changed** (+231 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `spotify_player/src/client/mod.rs` (+53 -0) 📝 `spotify_player/src/command.rs` (+3 -0) 📝 `spotify_player/src/config/keymap.rs` (+4 -0) 📝 `spotify_player/src/event/mod.rs` (+14 -1) 📝 `spotify_player/src/event/page.rs` (+12 -11) 📝 `spotify_player/src/event/popup.rs` (+69 -1) 📝 `spotify_player/src/key.rs` (+1 -1) 📝 `spotify_player/src/state/ui/popup.rs` (+29 -6) 📝 `spotify_player/src/ui/popup.rs` (+40 -0) 📝 `spotify_player/src/ui/single_line_input.rs` (+5 -5) </details> ### 📄 Description Resolves #87 - add `CreatePlaylist` command (default binding `N`) - implement `PlaylistCreate` popup and corresponding handlers --- <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:37 +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#742
No description provided.