[PR #564] [MERGED] Issue #490 updated tui to 0.10.0 and added playbar_progress_text option #897

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/564
Author: @Peterwmoss
Created: 8/27/2020
Status: Merged
Merged: 9/1/2020
Merged by: @Rigellute

Base: masterHead: master


📝 Commits (6)

  • 8e943d2 Bump to tui v. 0.10.0, one line needs fixing
  • 7b43904 Compiles with tui 0.10.0, ui needs work
  • 6e434d0 home layout fixed, playbar needs work
  • 9bfeaee playbar layout now back to normal and label is using playbar_progress_text
  • c672d59 Formatting
  • e1e0eaf Fix audio analysis after tui upgrade

📊 Changes

5 files changed (+167 additions, -134 deletions)

View changed files

📝 Cargo.lock (+3 -14)
📝 Cargo.toml (+1 -1)
📝 src/ui/audio_analysis.rs (+21 -21)
📝 src/ui/mod.rs (+138 -98)
📝 src/user_config.rs (+4 -0)

📄 Description

This is from issue #490

There doesn't seem to be support for changing the color of the text when the bar is overlapping to anything else though. This is hardcoded into tui to use the background of the gauge...


🔄 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/564 **Author:** [@Peterwmoss](https://github.com/Peterwmoss) **Created:** 8/27/2020 **Status:** ✅ Merged **Merged:** 9/1/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`8e943d2`](https://github.com/Rigellute/spotify-tui/commit/8e943d29100bcb1e1d030d3d3cc677e0a897c578) Bump to tui v. 0.10.0, one line needs fixing - [`7b43904`](https://github.com/Rigellute/spotify-tui/commit/7b439043bda4cbd53c4b5aa3431f5b6095c906c2) Compiles with tui 0.10.0, ui needs work - [`6e434d0`](https://github.com/Rigellute/spotify-tui/commit/6e434d0b9165a5132a97a613e1f54b3ac8a68579) home layout fixed, playbar needs work - [`9bfeaee`](https://github.com/Rigellute/spotify-tui/commit/9bfeaee1d654fa390d750cd9580308e85b18983e) playbar layout now back to normal and label is using playbar_progress_text - [`c672d59`](https://github.com/Rigellute/spotify-tui/commit/c672d599a5664bb144c5362e109be037aa614ccc) Formatting - [`e1e0eaf`](https://github.com/Rigellute/spotify-tui/commit/e1e0eafb781371ad06946c7e88cbf521cc095df3) Fix audio analysis after tui upgrade ### 📊 Changes **5 files changed** (+167 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -14) 📝 `Cargo.toml` (+1 -1) 📝 `src/ui/audio_analysis.rs` (+21 -21) 📝 `src/ui/mod.rs` (+138 -98) 📝 `src/user_config.rs` (+4 -0) </details> ### 📄 Description This is from issue #490 There doesn't seem to be support for changing the color of the text when the bar is overlapping to anything else though. This is hardcoded into tui to use the background of the gauge... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:45 +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#897
No description provided.