[PR #945] Fix: Artist Page "Albums" and "Related Artists" shown even on small windows #1872

Open
opened 2026-03-14 15:37:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/945
Author: @wzifox
Created: 3/12/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 533df3c fix: Artist Albums and Related Artists shown even on small windows

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 spotify_player/src/ui/page.rs (+1 -1)

📄 Description

When the artist's page is open on small terminal windows, spotify-player prioritizes showing all 12 lines of top tracks and would therefore hide the Albums and Related Artists until the window has been resized.
Since the Top Tracks chunk used Length(12) I changed it to Fill(1), that way regardless of window size everything will all be visible and fill up the space evenly.


🔄 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/945 **Author:** [@wzifox](https://github.com/wzifox) **Created:** 3/12/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`533df3c`](https://github.com/aome510/spotify-player/commit/533df3c8030ddd11f81ebb7a8de3e2c7c6b860be) fix: Artist Albums and Related Artists shown even on small windows ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/ui/page.rs` (+1 -1) </details> ### 📄 Description When the artist's page is open on small terminal windows, spotify-player prioritizes showing all 12 lines of top tracks and would therefore hide the Albums and Related Artists until the window has been resized. Since the Top Tracks chunk used Length(12) I changed it to Fill(1), that way regardless of window size everything will all be visible and fill up the space evenly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1872
No description provided.