mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[PR #188] [MERGED] Pad strings in status bar to prevent reformatting #660
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#660
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/188
Author: @jacobchrismarsh
Created: 12/9/2019
Status: ✅ Merged
Merged: 12/23/2019
Merged by: @Rigellute
Base:
master← Head:padded_status_line📝 Commits (1)
e3bb2eePad strings in status bar to prevent reformatting📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/ui/mod.rs(+1 -1)📄 Description
Currently there are different-length strings for parameters, such as
OnandOff. When you switch options, the bottom status barreformats. This is a worse user experience, so this diff pads the bottom
status line so that it never reformats.
The included gifs show the end result.
Old
New
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.