mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #606] [MERGED] Refactoring #1749
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#1749
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/606
Author: @bircni
Created: 11/18/2024
Status: ✅ Merged
Merged: 11/25/2024
Merged by: @aome510
Base:
master← Head:patch01📝 Commits (4)
376b79aenable lints7ad6a16improve workflows67eefe7fix workflow errorsa128febMerge branch 'master' into patch01📊 Changes
40 files changed (+573 additions, -467 deletions)
View changed files
📝
.github/workflows/ci.yml(+21 -0)➕
.typos.toml(+4 -0)📝
Cargo.lock(+0 -22)📝
Cargo.toml(+29 -0)📝
lyric_finder/Cargo.toml(+3 -0)📝
lyric_finder/src/lib.rs(+13 -12)📝
spotify_player/Cargo.toml(+6 -1)📝
spotify_player/src/auth.rs(+1 -1)📝
spotify_player/src/cli/client.rs(+30 -27)📝
spotify_player/src/cli/handlers.rs(+15 -14)📝
spotify_player/src/cli/mod.rs(+1 -1)📝
spotify_player/src/client/handlers.rs(+7 -5)📝
spotify_player/src/client/mod.rs(+53 -38)📝
spotify_player/src/client/request.rs(+1 -1)📝
spotify_player/src/client/spotify.rs(+1 -0)📝
spotify_player/src/command.rs(+1 -1)📝
spotify_player/src/config/mod.rs(+15 -16)📝
spotify_player/src/config/theme.rs(+2 -2)📝
spotify_player/src/event/mod.rs(+23 -16)📝
spotify_player/src/event/page.rs(+46 -50)...and 20 more files
📄 Description
To improve code quality I enabled some lints, fixed them and improved the workflows
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.