mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #843] [MERGED] Improve the track page layout #896
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#896
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/843
Author: @mgumz
Created: 10/4/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @aome510
Base:
master← Head:improve/track-page-layout📝 Commits (1)
f7c6c30Improve the track page layout📊 Changes
2 files changed (+20 additions, -10 deletions)
View changed files
📝
spotify_player/src/ui/mod.rs(+1 -1)📝
spotify_player/src/ui/page.rs(+19 -9)📄 Description
This PR improves the track page layout in various aspects:
An additional column to carry the play/pause state is added.
The track number column is right aligned. Its maximum width is calculated based upon the number of tracks (before it was hardcoded to '4', assuming rightfully so 9999 tracks is pretty large). The track number column title '#' is now visually stable ontop of the actual track number.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.