mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #37] [MERGED] Add various improvements #593
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#593
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/37
Author: @aome510
Created: 5/17/2022
Status: ✅ Merged
Merged: 5/17/2022
Merged by: @aome510
Base:
master← Head:improve-async-codes📝 Commits (10+)
316b1e0update doc, removerefresh_delay_in_ms_each_playback_update,n_refreshes_each_playback_update6818799rewrite playback update code usingtokio::time52a7a1fcleanupmain.rs439b007write application's backtrace/panic info into a backtrace file02eddfcremovetokio_stream6e5629cminor tweak91a7126return error in UI functionsff7b17atry to reduce the number ofunwrapf54df7cclean up52523d1fix clippy errors📊 Changes
15 files changed (+271 additions, -143 deletions)
View changed files
📝
Cargo.lock(+61 -1)📝
doc/config.md(+16 -13)📝
examples/app.toml(+0 -2)📝
spotify_player/Cargo.toml(+2 -2)📝
spotify_player/src/client/handlers.rs(+1 -2)📝
spotify_player/src/client/mod.rs(+36 -30)📝
spotify_player/src/config/mod.rs(+0 -4)📝
spotify_player/src/event/page.rs(+6 -6)📝
spotify_player/src/event/popup.rs(+11 -4)📝
spotify_player/src/event/window.rs(+2 -2)📝
spotify_player/src/main.rs(+36 -18)📝
spotify_player/src/spirc.rs(+6 -2)📝
spotify_player/src/state/model.rs(+5 -10)📝
spotify_player/src/ui/mod.rs(+28 -23)📝
spotify_player/src/ui/page.rs(+61 -24)📄 Description
Brief description of changes
unwrap,unreachable, etc)Breaking changes
refresh_delay_in_ms_each_playback_updateandn_refreshes_each_playback_updateconfig options🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.