mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #574] [MERGED] Highlight track in nav context from link & fix link resolution loop #604
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#604
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/574
Author: @jacksongoode
Created: 12/24/2024
Status: ✅ Merged
Merged: 12/28/2024
Merged by: @jacksongoode
Base:
main← Head:jackson/highlight-track-link📝 Commits (5)
ce53a77Highlight track in nav context from link & fix link resolution loop0020f3dThis should be done elsewhere27c7079Lintingeb29495Small edits2d3e805Make this cleaner📊 Changes
8 files changed (+63 additions, -39 deletions)
View changed files
📝
psst-gui/src/controller/nav.rs(+1 -1)📝
psst-gui/src/data/mod.rs(+17 -3)📝
psst-gui/src/data/nav.rs(+11 -11)📝
psst-gui/src/data/playback.rs(+1 -1)📝
psst-gui/src/ui/album.rs(+1 -1)📝
psst-gui/src/ui/mod.rs(+1 -1)📝
psst-gui/src/ui/track.rs(+14 -5)📝
psst-gui/src/webapi/client.rs(+17 -16)📄 Description
This was listed as a to-do item and often bothered me when I wanted to quickly open a Spotify link that someone had sent me. This is probably a more critical feature than I realized it to be.
This PR also fixes the issue where in navigating to a URL determined context, pressing back to navigate backwards would end up leading to resolving the URL once more, putting you in a loop you couldn't get out of.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.