[PR #342] [MERGED] Mark up saved contents #764

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/342
Author: @Rigellute
Created: 3/17/2020
Status: Merged
Merged: 3/17/2020
Merged by: @Rigellute

Base: masterHead: pr/329


📝 Commits (5)

  • 527982b Get all followed artists and saved albums at the start
  • 458933a Rerender search result after adding, following, deleting or unfollowing contents
  • 2822f7c Check search results are contained in follwed/saved contents
  • 51acb41 Get ids before lock not to block UI rendering loop
  • 28d1c98 Check if saved/followed after results are awaited

📊 Changes

7 files changed (+151 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/search_results.rs (+11 -0)
📝 src/main.rs (+0 -1)
📝 src/network.rs (+76 -3)
📝 src/ui/mod.rs (+18 -4)

📄 Description

Original PR here https://github.com/Rigellute/spotify-tui/pull/329


🔄 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/342 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/17/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `pr/329` --- ### 📝 Commits (5) - [`527982b`](https://github.com/Rigellute/spotify-tui/commit/527982b1c71769b0c7bebee61fe1a3c3682f9fbb) Get all followed artists and saved albums at the start - [`458933a`](https://github.com/Rigellute/spotify-tui/commit/458933aabd0bafee43517ac0521f6b7a57652bb1) Rerender search result after adding, following, deleting or unfollowing contents - [`2822f7c`](https://github.com/Rigellute/spotify-tui/commit/2822f7cbc18e23e0d7754863d4368ad5540b1b1a) Check search results are contained in follwed/saved contents - [`51acb41`](https://github.com/Rigellute/spotify-tui/commit/51acb41cf3727d86d6cdde9bcd04f7eaa5b8f1cd) Get ids before `lock` not to block UI rendering loop - [`28d1c98`](https://github.com/Rigellute/spotify-tui/commit/28d1c985626f2be34a5c840797cb9d043f941f6d) Check if saved/followed after results are awaited ### 📊 Changes **7 files changed** (+151 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/search_results.rs` (+11 -0) 📝 `src/main.rs` (+0 -1) 📝 `src/network.rs` (+76 -3) 📝 `src/ui/mod.rs` (+18 -4) </details> ### 📄 Description Original PR here https://github.com/Rigellute/spotify-tui/pull/329 --- <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:16 +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#764
No description provided.