mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #312] [CLOSED] WIP async/await #751
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#751
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/312
Author: @Rigellute
Created: 2/25/2020
Status: ❌ Closed
Base:
master← Head:async-await📝 Commits (2)
db8212eWIP async/await5cc8ba2Use released version of rspotify📊 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-tuifor the breaking changes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.