[PR #329] [CLOSED] Mark up saved contents #759

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/329
Author: @ghost
Created: 3/10/2020
Status: Closed

Base: masterHead: mark-up-saved-contents


📝 Commits (4)

  • 496b810 Get all followed artists and saved albums at the start
  • ab97309 Rerender search result after adding, following, deleting or unfollowing contents
  • a672d14 Check search results are contained in follwed/saved contents
  • 49a4d5c Get ids before lock not to block UI rendering loop

📊 Changes

8 files changed (+149 additions, -21 deletions)

View changed files

📝 src/app.rs (+44 -11)
📝 src/handlers/album_list.rs (+1 -1)
📝 src/handlers/artists.rs (+1 -1)
📝 src/handlers/input.rs (+19 -0)
📝 src/handlers/search_results.rs (+11 -0)
📝 src/main.rs (+0 -1)
📝 src/network.rs (+55 -3)
📝 src/ui/mod.rs (+18 -4)

📄 Description

Adding, deleting, following and unfollowing contents is implemented but one can not see a content is saved or follwed from search result view.
In this PR, I implemented marking up a saved/followed content with to allow one can see that the content has been already in one's library and rerender search result after adding, deleteing, following, or unfollowing a content.


🔄 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/329 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mark-up-saved-contents` --- ### 📝 Commits (4) - [`496b810`](https://github.com/Rigellute/spotify-tui/commit/496b81033e337eecff9a86aa2352f771ac800c45) Get all followed artists and saved albums at the start - [`ab97309`](https://github.com/Rigellute/spotify-tui/commit/ab97309ff3d20486b323b3f7aa780e96563de528) Rerender search result after adding, following, deleting or unfollowing contents - [`a672d14`](https://github.com/Rigellute/spotify-tui/commit/a672d140275a39633683e40a5e9e27d44b181391) Check search results are contained in follwed/saved contents - [`49a4d5c`](https://github.com/Rigellute/spotify-tui/commit/49a4d5c7783deed1000fe200c46b6e092946bef0) Get ids before `lock` not to block UI rendering loop ### 📊 Changes **8 files changed** (+149 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+44 -11) 📝 `src/handlers/album_list.rs` (+1 -1) 📝 `src/handlers/artists.rs` (+1 -1) 📝 `src/handlers/input.rs` (+19 -0) 📝 `src/handlers/search_results.rs` (+11 -0) 📝 `src/main.rs` (+0 -1) 📝 `src/network.rs` (+55 -3) 📝 `src/ui/mod.rs` (+18 -4) </details> ### 📄 Description Adding, deleting, following and unfollowing contents is implemented but one can not see a content is saved or follwed from search result view. In this PR, I implemented marking up a saved/followed content with `♥` to allow one can see that the content has been already in one's library and rerender search result after adding, deleteing, following, or unfollowing a content. --- <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:15 +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#759
No description provided.