mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #191] [MERGED] Add support for Related artists and top tacks #662
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#662
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/191
Author: @ghost
Created: 12/14/2019
Status: ✅ Merged
Merged: 12/28/2019
Merged by: @Rigellute
Base:
master← Head:modify-artist-window📝 Commits (1)
959f058Add support for top tracks and related artists in artist view📊 Changes
10 files changed (+466 additions, -107 deletions)
View changed files
📝
src/app.rs(+43 -21)➕
src/handlers/artist.rs(+207 -0)📝
src/handlers/artists.rs(+6 -2)📝
src/handlers/common_key_events.rs(+55 -59)📝
src/handlers/empty.rs(+2 -2)📝
src/handlers/mod.rs(+11 -5)📝
src/handlers/search_results.rs(+3 -2)📝
src/ui/mod.rs(+55 -15)📝
src/ui/util.rs(+13 -1)➕
src/util.rs(+71 -0)📄 Description
Selecting an artist in artists or search result view show the artist's album so far. In this PR, I modifed to show top tracks and related artists of the selected artist.
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.