mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #342] [MERGED] Mark up saved contents #764
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#764
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/342
Author: @Rigellute
Created: 3/17/2020
Status: ✅ Merged
Merged: 3/17/2020
Merged by: @Rigellute
Base:
master← Head:pr/329📝 Commits (5)
527982bGet all followed artists and saved albums at the start458933aRerender search result after adding, following, deleting or unfollowing contents2822f7cCheck search results are contained in follwed/saved contents51acb41Get ids beforelocknot to block UI rendering loop28d1c98Check 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.