mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #699] [CLOSED] Dev #668
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#668
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/jpochyla/psst/pull/699
Author: @isaaclins
Created: 11/7/2025
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
308133cThis will need to be deeply tested...0fec6a3Remove duplicate token methods2f7c543More robust expired token auth attempts2ec82e3Merge pull request #1 from jpochyla/auth-login-fix50b183bAdd Appearance preferences and playlist image display optionsf762255Update CI badge link in README.md22ffd63Refactor queued_entry method for improved readability and efficiency406f3d2Add playback progress tracking and enhance lyrics widget functionalityf0ed0b3Merge pull request #2 from isaaclins/devlyrics-synce28c012Add support for OAuth token refresh event handling📊 Changes
22 files changed (+1406 additions, -673 deletions)
View changed files
📝
.github/workflows/build.yml(+3 -1)📝
Cargo.lock(+591 -480)📝
README.md(+1 -1)📝
psst-core/src/cdn.rs(+79 -42)📝
psst-core/src/error.rs(+2 -0)📝
psst-core/src/oauth.rs(+31 -9)📝
psst-core/src/player/file.rs(+18 -4)📝
psst-core/src/session/access_token.rs(+24 -5)📝
psst-core/src/session/mod.rs(+34 -1)📝
psst-gui/src/cmd.rs(+2 -0)📝
psst-gui/src/controller/session.rs(+6 -0)📝
psst-gui/src/data/config.rs(+8 -0)📝
psst-gui/src/data/mod.rs(+22 -17)📝
psst-gui/src/data/track.rs(+3 -0)📝
psst-gui/src/data/utils.rs(+1 -0)📝
psst-gui/src/delegate.rs(+11 -0)📝
psst-gui/src/main.rs(+29 -2)➕
psst-gui/src/token_utils.rs(+197 -0)📝
psst-gui/src/ui/lyrics.rs(+137 -23)📝
psst-gui/src/ui/playlist.rs(+22 -3)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.