[PR #508] [MERGED] show album types in the artist context #782

Closed
opened 2026-03-02 23:49:48 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: album-types


📝 Commits (3)

  • 6dc58e3 show album types in artist context
  • 240573a fix clippy warnings
  • fef3ea4 reuse 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:
image

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


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

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/508 **Author:** [@aNNiMON](https://github.com/aNNiMON) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/19/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `album-types` --- ### 📝 Commits (3) - [`6dc58e3`](https://github.com/aome510/spotify-player/commit/6dc58e3234c60f239124bd68148c0594d9580478) show album types in artist context - [`240573a`](https://github.com/aome510/spotify-player/commit/240573ae81611581907ba7d936850f1568451486) fix clippy warnings - [`fef3ea4`](https://github.com/aome510/spotify-player/commit/fef3ea4e633168cfdf7c62cec9da6614ebf6e0ec) reuse AlbumType in model ### 📊 Changes **7 files changed** (+81 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description If an artist has many singles it's hard to find an album in the list: ![image](https://github.com/user-attachments/assets/e12ec086-4dd7-47fc-b327-aee6ec569862) I added an album type information and converted the list widget to a table: ![image](https://github.com/user-attachments/assets/9e152952-2e98-46d5-98fd-e57f6d986e5f) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#782
No description provided.