[PR #404] [CLOSED] Bump tui from 0.8.0 to 0.9.1 #803

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/404
Author: @fdehau
Created: 4/16/2020
Status: Closed

Base: masterHead: tui


📝 Commits (1)

  • 39788b8 Bump tui from 0.8.0 to 0.9.1

📊 Changes

4 files changed (+129 additions, -153 deletions)

View changed files

📝 Cargo.lock (+16 -33)
📝 Cargo.toml (+3 -3)
📝 src/ui/audio_analysis.rs (+29 -31)
📝 src/ui/mod.rs (+81 -86)

📄 Description

Replace all Widget.render calls by Frame::render_widget and refactor
to remove newly introduced lifetimes issues.

I've kept the diff to a minimum. In particular, I'm not taking advantage of the new ListState associated to the List widget that would allow a better scrolling experience because it is likely that it would require changes in the App struct and I'm not familiar enough with the code to do that kind of refactor.


🔄 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/404 **Author:** [@fdehau](https://github.com/fdehau) **Created:** 4/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `tui` --- ### 📝 Commits (1) - [`39788b8`](https://github.com/Rigellute/spotify-tui/commit/39788b890d31d62a0d1ef3696c0729cc2d27e324) Bump tui from 0.8.0 to 0.9.1 ### 📊 Changes **4 files changed** (+129 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -33) 📝 `Cargo.toml` (+3 -3) 📝 `src/ui/audio_analysis.rs` (+29 -31) 📝 `src/ui/mod.rs` (+81 -86) </details> ### 📄 Description Replace all `Widget.render` calls by `Frame::render_widget` and refactor to remove newly introduced lifetimes issues. I've kept the diff to a minimum. In particular, I'm not taking advantage of the new `ListState` associated to the `List` widget that would allow a better scrolling experience because it is likely that it would require changes in the `App` struct and I'm not familiar enough with the code to do that kind of refactor. --- <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:25 +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#803
No description provided.