mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #329] [CLOSED] Mark up saved contents #759
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#759
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/329
Author: @ghost
Created: 3/10/2020
Status: ❌ Closed
Base:
master← Head:mark-up-saved-contents📝 Commits (4)
496b810Get all followed artists and saved albums at the startab97309Rerender search result after adding, following, deleting or unfollowing contentsa672d14Check search results are contained in follwed/saved contents49a4d5cGet ids beforelocknot 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.