Skip to content

use Link component on QueueList page, not raw <a> tag#353

Merged
bgentry merged 1 commit into
masterfrom
bg-fix-a-tag-links
May 11, 2025
Merged

use Link component on QueueList page, not raw <a> tag#353
bgentry merged 1 commit into
masterfrom
bg-fix-a-tag-links

Conversation

@bgentry

@bgentry bgentry commented May 11, 2025

Copy link
Copy Markdown
Contributor

Without using the TanStack Router <Link> component, router-level settings like prefixes will not be factored in. This means any links within the app need to use it, and the recently updated QueueList page did not do so until this commit.

Fixes #352.

@bgentry
bgentry requested a review from brandur May 11, 2025 19:10
@bgentry bgentry added the bug Something isn't working label May 11, 2025
Without using the TanStack Router `<Link>` component, router-level
settings like prefixes will not be factored in. This means any links
within the app need to use it, and the recently updated QueueList page
did not do so until this commit.

Fixes #352.
@bgentry
bgentry force-pushed the bg-fix-a-tag-links branch from 479b5d8 to 5efe6e0 Compare May 11, 2025 19:13
@bgentry
bgentry merged commit f5df666 into master May 11, 2025
@bgentry
bgentry deleted the bg-fix-a-tag-links branch May 11, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prefix not respected throughout the UI

2 participants