mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #508] [MERGED] show album types in the artist context #1718
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1718
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/aome510/spotify-player/pull/508
Author: @aNNiMON
Created: 7/17/2024
Status: ✅ Merged
Merged: 7/19/2024
Merged by: @aome510
Base:
master← Head:album-types📝 Commits (3)
6dc58e3show album types in artist context240573afix clippy warningsfef3ea4reuse AlbumType in model📊 Changes
7 files changed (+81 additions, -33 deletions)
View changed files
📝
spotify_player/src/event/mod.rs(+5 -2)📝
spotify_player/src/event/popup.rs(+2 -2)📝
spotify_player/src/event/window.rs(+6 -6)📝
spotify_player/src/state/model.rs(+20 -1)📝
spotify_player/src/state/ui/page.rs(+4 -4)📝
spotify_player/src/state/ui/popup.rs(+1 -1)📝
spotify_player/src/ui/page.rs(+43 -17)📄 Description
If an artist has many singles it's hard to find an album in the list:

I added an album type information and converted the list widget to a table:

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