[PR #73] [CLOSED] Handle delete key #591

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/73
Author: @synth-ruiner
Created: 10/16/2019
Status: Closed

Base: masterHead: Search_HandleDeleteKey


📝 Commits (10+)

  • cf456e7 handle delete key; related test
  • 804764d input: Take care of index and width separately
  • c8b45c1 Fix test
  • 99c9e6d Add comments w.r.t. inputs
  • c976156 Fix tests once again
  • e3f0b63 Add more tests w.r.t. inputs
  • d8537e4 Merge pull request #30 from fangyi-zhou/fix-non-english-inpu
  • 82d03ae Update CHANGELOG
  • ba66e25 Get country from user profile
  • 2a88f38 Merge pull request #68 from svenvNL/user-country

📊 Changes

6 files changed (+129 additions, -25 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)
📝 src/app.rs (+26 -4)
📝 src/handlers/input.rs (+97 -21)
📝 src/main.rs (+2 -0)

📄 Description

dunno that anyone else is clamouring for this, but why not, right? :)


🔄 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/73 **Author:** [@synth-ruiner](https://github.com/synth-ruiner) **Created:** 10/16/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Search_HandleDeleteKey` --- ### 📝 Commits (10+) - [`cf456e7`](https://github.com/Rigellute/spotify-tui/commit/cf456e796e809e54ba29b1cc5d4409684ebdc6b7) handle delete key; related test - [`804764d`](https://github.com/Rigellute/spotify-tui/commit/804764df8807a6510a4b8aa64683b417c15e67f1) input: Take care of index and width separately - [`c8b45c1`](https://github.com/Rigellute/spotify-tui/commit/c8b45c15485ebd2066ebb83e7ef3905acc1f1bc4) Fix test - [`99c9e6d`](https://github.com/Rigellute/spotify-tui/commit/99c9e6df368bcd0ba8427f488458c7038a658e46) Add comments w.r.t. inputs - [`c976156`](https://github.com/Rigellute/spotify-tui/commit/c9761567544b26ec0155cffceff517faecbeb24c) Fix tests once again - [`e3f0b63`](https://github.com/Rigellute/spotify-tui/commit/e3f0b633eccdd61f32b28ce596549c55216a60ec) Add more tests w.r.t. inputs - [`d8537e4`](https://github.com/Rigellute/spotify-tui/commit/d8537e44c466fd68e0fdadf1bb99e0a5857efd65) Merge pull request #30 from fangyi-zhou/fix-non-english-inpu - [`82d03ae`](https://github.com/Rigellute/spotify-tui/commit/82d03aec5bf042c0996b78ef70ada3a1afa84602) Update CHANGELOG - [`ba66e25`](https://github.com/Rigellute/spotify-tui/commit/ba66e2501c0813c7e28403900d4540f3b5df3c9b) Get country from user profile - [`2a88f38`](https://github.com/Rigellute/spotify-tui/commit/2a88f388965f17548c44d7b76b2abd647eaf3c1c) Merge pull request #68 from svenvNL/user-country ### 📊 Changes **6 files changed** (+129 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/app.rs` (+26 -4) 📝 `src/handlers/input.rs` (+97 -21) 📝 `src/main.rs` (+2 -0) </details> ### 📄 Description dunno that anyone else is clamouring for this, but why not, right? :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:08 +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#591
No description provided.