[PR #132] [MERGED] Fix gauge error #623

Closed
opened 2026-02-28 14:50:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/132
Author: @Rigellute
Created: 11/4/2019
Status: Merged
Merged: 11/5/2019
Merged by: @Rigellute

Base: masterHead: fix-gauge-error


📝 Commits (2)

  • b144638 Fix track progress percentage gauge
  • d06f8c6 Fix bug where track progress is > 100

📊 Changes

2 files changed (+27 additions, -7 deletions)

View changed files

📝 src/ui/mod.rs (+3 -7)
📝 src/ui/util.rs (+24 -0)

📄 Description

Occasionally the track percentage goes out of bounds (0 & 100). There's
probably a more elegant fix for this, but this seems fine for now.


🔄 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/Rigellute/spotify-tui/pull/132 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 11/4/2019 **Status:** ✅ Merged **Merged:** 11/5/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `fix-gauge-error` --- ### 📝 Commits (2) - [`b144638`](https://github.com/Rigellute/spotify-tui/commit/b1446383bf553a61a254b25ff654471324283e6a) Fix track progress percentage gauge - [`d06f8c6`](https://github.com/Rigellute/spotify-tui/commit/d06f8c6c9aafdf2b045eb66891d76f8e378f3e40) Fix bug where track progress is > 100 ### 📊 Changes **2 files changed** (+27 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/ui/mod.rs` (+3 -7) 📝 `src/ui/util.rs` (+24 -0) </details> ### 📄 Description Occasionally the track percentage goes out of bounds (0 & 100). There's probably a more elegant fix for this, but this seems fine for now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:15 +03:00
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-tui#623
No description provided.