[PR #206] [MERGED] Migrate to ratatui #663

Closed
opened 2026-03-02 23:49:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/206
Author: @aome510
Created: 5/31/2023
Status: Merged
Merged: 5/31/2023
Merged by: @aome510

Base: masterHead: migrate-to-ratatui


📝 Commits (2)

  • ae17a40 pretty print error when logging
  • 188b9e2 use ratatui to replace tui

📊 Changes

11 files changed (+40 additions, -35 deletions)

View changed files

📝 Cargo.lock (+14 -14)
📝 spotify_player/Cargo.toml (+1 -1)
📝 spotify_player/src/auth.rs (+2 -1)
📝 spotify_player/src/cli/client.rs (+3 -3)
📝 spotify_player/src/client/handlers.rs (+3 -3)
📝 spotify_player/src/client/mod.rs (+2 -2)
📝 spotify_player/src/config/mod.rs (+1 -1)
📝 spotify_player/src/main.rs (+6 -3)
📝 spotify_player/src/token.rs (+1 -1)
📝 spotify_player/src/ui/page.rs (+3 -2)
📝 spotify_player/src/ui/playback.rs (+4 -4)

📄 Description

Changes

  • migrated to ratatui from tui
  • used pretty print format for error logging

🔄 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/aome510/spotify-player/pull/206 **Author:** [@aome510](https://github.com/aome510) **Created:** 5/31/2023 **Status:** ✅ Merged **Merged:** 5/31/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `migrate-to-ratatui` --- ### 📝 Commits (2) - [`ae17a40`](https://github.com/aome510/spotify-player/commit/ae17a40781d57256e60ba3a053a5f700127499fc) pretty print error when logging - [`188b9e2`](https://github.com/aome510/spotify-player/commit/188b9e27932554380234348838926ac273af2662) use `ratatui` to replace `tui` ### 📊 Changes **11 files changed** (+40 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+14 -14) 📝 `spotify_player/Cargo.toml` (+1 -1) 📝 `spotify_player/src/auth.rs` (+2 -1) 📝 `spotify_player/src/cli/client.rs` (+3 -3) 📝 `spotify_player/src/client/handlers.rs` (+3 -3) 📝 `spotify_player/src/client/mod.rs` (+2 -2) 📝 `spotify_player/src/config/mod.rs` (+1 -1) 📝 `spotify_player/src/main.rs` (+6 -3) 📝 `spotify_player/src/token.rs` (+1 -1) 📝 `spotify_player/src/ui/page.rs` (+3 -2) 📝 `spotify_player/src/ui/playback.rs` (+4 -4) </details> ### 📄 Description ## Changes - migrated to [`ratatui`](https://github.com/tui-rs-revival/ratatui) from `tui` - used pretty print format for error logging --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:16 +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-player#663
No description provided.