mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #402] [MERGED] Confirm delete #806
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#806
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/402
Author: @ilnaes
Created: 4/16/2020
Status: ✅ Merged
Merged: 4/17/2020
Merged by: @Rigellute
Base:
master← Head:confirm-delete📝 Commits (6)
ff6fb4dsetting up control/model logic768fa5epopup dialog seems to work6718241added some support for future dialogs6c96be7fixed not working bug and esc0b9d80aMerge branch 'master' into confirm-deletefb01128restated unfollowing playlist search results📊 Changes
8 files changed (+169 additions, -5 deletions)
View changed files
📝
.gitignore(+3 -0)📝
src/app.rs(+11 -0)➕
src/handlers/dialog.rs(+33 -0)📝
src/handlers/mod.rs(+7 -0)📝
src/handlers/playlist.rs(+11 -2)📝
src/handlers/search_results.rs(+13 -2)➕
src/ui/clear.rs(+16 -0)📝
src/ui/mod.rs(+75 -1)📄 Description
Added some support for future confirmation dialogs, also.
Closes #384
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.