mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #67] [MERGED] Add artists view #588
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#588
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/67
Author: @svenvNL
Created: 10/15/2019
Status: ✅ Merged
Merged: 10/16/2019
Merged by: @Rigellute
Base:
master← Head:add-artists-view📝 Commits (1)
0fdd5d2Add artists view📊 Changes
6 files changed (+85 additions, -6 deletions)
View changed files
📝
README.md(+1 -2)📝
src/app.rs(+22 -0)📝
src/handlers/artists.rs(+23 -0)📝
src/handlers/library.rs(+1 -1)📝
src/main.rs(+2 -1)📝
src/ui/mod.rs(+36 -2)📄 Description
This adds the basic implementation for an artists view. I have not added pagination, in my opinion it is better to do this in a future commit or PR.
I have chosen to present the result in a table and not in a list because I would like to show the saved songs by the user per artist like the Spotify desktop application does. When an artist is selected, the user will be shown all albums of an artist, this should probably be filtered in another commit or PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.