mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #379] [MERGED] Add popup for creating new playlist #742
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#742
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/379
Author: @aome510
Created: 2/24/2024
Status: ✅ Merged
Merged: 2/24/2024
Merged by: @aome510
Base:
master← Head:create-playlist-ui📝 Commits (5)
9e2e3bcImplement UI for creating new playlistsc1e505dContinuation of implement UI for creating new playlist1421f84cleanup517b83auseLineInputinstead ofStringto represent popup's inputs8133cbbfix 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
CreatePlaylistcommand (default bindingN)PlaylistCreatepopup and corresponding handlers🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.