[PR #312] [CLOSED] WIP async/await #751

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/312
Author: @Rigellute
Created: 2/25/2020
Status: Closed

Base: masterHead: async-await


📝 Commits (2)

📊 Changes

20 files changed (+604 additions, -432 deletions)

View changed files

📝 Cargo.lock (+135 -70)
📝 Cargo.toml (+4 -1)
📝 src/app.rs (+222 -156)
📝 src/handlers/album_list.rs (+9 -9)
📝 src/handlers/album_tracks.rs (+19 -17)
📝 src/handlers/artist.rs (+20 -17)
📝 src/handlers/artists.rs (+7 -5)
📝 src/handlers/input.rs (+50 -38)
📝 src/handlers/library.rs (+8 -6)
📝 src/handlers/made_for_you.rs (+2 -2)
📝 src/handlers/mod.rs (+32 -32)
📝 src/handlers/playbar.rs (+5 -5)
📝 src/handlers/playlist.rs (+6 -4)
📝 src/handlers/recently_played.rs (+11 -10)
📝 src/handlers/search_results.rs (+23 -18)
📝 src/handlers/track_table.rs (+30 -23)
📝 src/main.rs (+18 -16)
📝 src/redirect_uri.rs (+1 -1)
📝 src/ui/mod.rs (+1 -1)
📝 src/ui/util.rs (+1 -1)

📄 Description

Once https://github.com/ramsayleung/rspotify/pull/82 is merged we can start using async/await 🎉

This PR prepares spotify-tui for the breaking changes.


🔄 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/312 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 2/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `async-await` --- ### 📝 Commits (2) - [`db8212e`](https://github.com/Rigellute/spotify-tui/commit/db8212e5121c0597788514ea37e178e2ac75a7f9) WIP async/await - [`5cc8ba2`](https://github.com/Rigellute/spotify-tui/commit/5cc8ba2727ed6570dcbd153da1f66dea2b85cba1) Use released version of rspotify ### 📊 Changes **20 files changed** (+604 additions, -432 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+135 -70) 📝 `Cargo.toml` (+4 -1) 📝 `src/app.rs` (+222 -156) 📝 `src/handlers/album_list.rs` (+9 -9) 📝 `src/handlers/album_tracks.rs` (+19 -17) 📝 `src/handlers/artist.rs` (+20 -17) 📝 `src/handlers/artists.rs` (+7 -5) 📝 `src/handlers/input.rs` (+50 -38) 📝 `src/handlers/library.rs` (+8 -6) 📝 `src/handlers/made_for_you.rs` (+2 -2) 📝 `src/handlers/mod.rs` (+32 -32) 📝 `src/handlers/playbar.rs` (+5 -5) 📝 `src/handlers/playlist.rs` (+6 -4) 📝 `src/handlers/recently_played.rs` (+11 -10) 📝 `src/handlers/search_results.rs` (+23 -18) 📝 `src/handlers/track_table.rs` (+30 -23) 📝 `src/main.rs` (+18 -16) 📝 `src/redirect_uri.rs` (+1 -1) 📝 `src/ui/mod.rs` (+1 -1) 📝 `src/ui/util.rs` (+1 -1) </details> ### 📄 Description Once https://github.com/ramsayleung/rspotify/pull/82 is merged we can start using `async/await` 🎉 This PR prepares `spotify-tui` for the breaking changes. --- <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:13 +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#751
No description provided.