mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #986] [CLOSED] Update progress label to be visible if progress bar is same color #1113
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#1113
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/986
Author: @rnewton5
Created: 5/27/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
84f26a1Update progress label to be visible if progress bar is same color📊 Changes
1 file changed (+14 additions, -6 deletions)
View changed files
📝
src/ui/mod.rs(+14 -6)📄 Description
This PR is in response to https://github.com/Rigellute/spotify-tui/issues/984.
It updates how the song_progress's label is set, to ensure the duration can be seen even if the text color matches the playbar's foreground color. If the label's color has been set to one that is different from the playbar's foreground color, this change will have no effect.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.