[PR #402] [MERGED] Confirm delete #806

Closed
opened 2026-02-28 14:53:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: confirm-delete


📝 Commits (6)

  • ff6fb4d setting up control/model logic
  • 768fa5e popup dialog seems to work
  • 6718241 added some support for future dialogs
  • 6c96be7 fixed not working bug and esc
  • 0b9d80a Merge branch 'master' into confirm-delete
  • fb01128 restated 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

Screen Shot 2020-04-16 at 8 50 57 AM

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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/402 **Author:** [@ilnaes](https://github.com/ilnaes) **Created:** 4/16/2020 **Status:** ✅ Merged **Merged:** 4/17/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `confirm-delete` --- ### 📝 Commits (6) - [`ff6fb4d`](https://github.com/Rigellute/spotify-tui/commit/ff6fb4d1f158ac5e542370e2f78341f594ab13f2) setting up control/model logic - [`768fa5e`](https://github.com/Rigellute/spotify-tui/commit/768fa5e8180fa30ddf39004d560d291a8a021553) popup dialog seems to work - [`6718241`](https://github.com/Rigellute/spotify-tui/commit/67182413e1333782a22502bc652007000aa84ec3) added some support for future dialogs - [`6c96be7`](https://github.com/Rigellute/spotify-tui/commit/6c96be736c6c6fe9390e078230cf1e600e6e0441) fixed not working bug and esc - [`0b9d80a`](https://github.com/Rigellute/spotify-tui/commit/0b9d80a083f78fb79f41e6dd7b268a0b10f8dc54) Merge branch 'master' into confirm-delete - [`fb01128`](https://github.com/Rigellute/spotify-tui/commit/fb0112895bff9895113d1e037b0c54baf2fe2ff4) restated unfollowing playlist search results ### 📊 Changes **8 files changed** (+169 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description <img width="1440" alt="Screen Shot 2020-04-16 at 8 50 57 AM" src="https://user-images.githubusercontent.com/20805499/79458197-79f80580-7fbf-11ea-89da-bd6e825ce4a5.png"> Added some support for future confirmation dialogs, also. Closes #384 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:26 +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-tui#806
No description provided.