mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #162] [MERGED] Fix columns width in Saved Albums #644
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#644
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/162
Author: @gpawlik
Created: 11/24/2019
Status: ✅ Merged
Merged: 11/25/2019
Merged by: @Rigellute
Base:
master← Head:fix-columns-width📝 Commits (1)
55edaa4Fix columns width in Saved Albums📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/ui/mod.rs(+1 -1)📄 Description
Description of the issue
Massive PR! 😄
The
Release Datecolumn was missing in theAlbumstable, which was caused by width exceeding the total available space.The same happens for
LengthinRecently Played Trackstable, because ofLikedcolumn of fixed width2. I couldn't decide whether change it to a percentage calculated value or just subtract it from the next column (eg.width: get_percentage_width(layout_chunk.width, 2.0 / 5.0) - 2). What do you think @Rigellute ?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.