[PR #699] [CLOSED] Dev #668

Closed
opened 2026-02-28 14:33:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/699
Author: @isaaclins
Created: 11/7/2025
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 308133c This will need to be deeply tested...
  • 0fec6a3 Remove duplicate token methods
  • 2f7c543 More robust expired token auth attempts
  • 2ec82e3 Merge pull request #1 from jpochyla/auth-login-fix
  • 50b183b Add Appearance preferences and playlist image display options
  • f762255 Update CI badge link in README.md
  • 22ffd63 Refactor queued_entry method for improved readability and efficiency
  • 406f3d2 Add playback progress tracking and enhance lyrics widget functionality
  • f0ed0b3 Merge pull request #2 from isaaclins/devlyrics-sync
  • e28c012 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/699 **Author:** [@isaaclins](https://github.com/isaaclins) **Created:** 11/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`308133c`](https://github.com/jpochyla/psst/commit/308133c86bf17e584da6ed7f0a2803df44d92ea9) This will need to be deeply tested... - [`0fec6a3`](https://github.com/jpochyla/psst/commit/0fec6a3cf718c9d17fff36540c6abdd249d26f81) Remove duplicate token methods - [`2f7c543`](https://github.com/jpochyla/psst/commit/2f7c54397ae03a544d20cbc73c6e34fe976aabbd) More robust expired token auth attempts - [`2ec82e3`](https://github.com/jpochyla/psst/commit/2ec82e34eb62475561d670763b0c02be7477ab65) Merge pull request #1 from jpochyla/auth-login-fix - [`50b183b`](https://github.com/jpochyla/psst/commit/50b183bf86ffb4dd585813cac2a4b0b7e0a9f225) Add Appearance preferences and playlist image display options - [`f762255`](https://github.com/jpochyla/psst/commit/f7622556f007d3838866d9a737874a052aae5d06) Update CI badge link in README.md - [`22ffd63`](https://github.com/jpochyla/psst/commit/22ffd635330e9b419725415b32d6edca215fbdc7) Refactor queued_entry method for improved readability and efficiency - [`406f3d2`](https://github.com/jpochyla/psst/commit/406f3d2c173962a60283713752bb24dfd08cca2c) Add playback progress tracking and enhance lyrics widget functionality - [`f0ed0b3`](https://github.com/jpochyla/psst/commit/f0ed0b30fa2eb7415df72ec14df4fbd9d358fa5f) Merge pull request #2 from isaaclins/devlyrics-sync - [`e28c012`](https://github.com/jpochyla/psst/commit/e28c012cb6f102f357505a5bffadbba4d3542f58) Add support for OAuth token refresh event handling ### 📊 Changes **22 files changed** (+1406 additions, -673 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#668
No description provided.