mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #21] [MERGED] Change the application's behavior on startup #580
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#580
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/aome510/spotify-player/pull/21
Author: @aome510
Created: 10/27/2021
Status: ✅ Merged
Merged: 10/27/2021
Merged by: @aome510
Base:
master← Head:change-app-behavior-on-startup📝 Commits (8)
edc6c8aupgrade dependenciesd02dbd3reduce the number of requests on startupbad54bfnot using pretty printing for loggingsbf6b87baddPlayerRequest::Reconnect440602enot storing the a list of playlists insidePopupState::UserPlaylistLista073fb1updateREADME8c2b827fix formatting error1005c2fcleanup📊 Changes
19 files changed (+165 additions, -152 deletions)
View changed files
📝
Cargo.lock(+22 -22)📝
README.md(+7 -11)📝
spotify_player/Cargo.toml(+5 -5)📝
spotify_player/src/client/handlers.rs(+23 -45)📝
spotify_player/src/client/mod.rs(+41 -6)📝
spotify_player/src/config/keymap.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+1 -1)📝
spotify_player/src/config/theme.rs(+1 -1)📝
spotify_player/src/connect.rs(+1 -4)📝
spotify_player/src/event/mod.rs(+3 -3)📝
spotify_player/src/event/popup.rs(+25 -29)📝
spotify_player/src/main.rs(+3 -14)📝
spotify_player/src/state/data.rs(+14 -0)📝
spotify_player/src/state/mod.rs(+3 -3)📝
spotify_player/src/state/ui.rs(+1 -1)📝
spotify_player/src/token.rs(+1 -1)📝
spotify_player/src/ui/mod.rs(+1 -1)📝
spotify_player/src/ui/popup.rs(+11 -3)📝
spotify_player/src/utils.rs(+1 -1)📄 Description
Brief description of changes
client_idto use the integrated clientlibrespot-*tov0.3.1,crosstermto0.22.1,reqwestto0.11.6)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.