Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix collection product url #5385

Merged
merged 3 commits into from
Feb 3, 2025
Merged

Fix collection product url #5385

merged 3 commits into from
Feb 3, 2025

Conversation

andrzejewsky
Copy link
Member

Scope of the change

Adding a link component that properly respects path changes within the url.

@andrzejewsky andrzejewsky requested a review from a team as a code owner February 3, 2025 12:07
Copy link

changeset-bot bot commented Feb 3, 2025

🦋 Changeset detected

Latest commit: 48849db

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Cloud11PL
Cloud11PL previously approved these changes Feb 3, 2025
@github-actions github-actions bot temporarily deployed to pr-5385 February 3, 2025 12:12 Destroyed
poulch
poulch previously approved these changes Feb 3, 2025
<Text>{product?.name}</Text>
</Box>
<Link href={href}>
<Box href={href} padding={2} display="flex" alignItems="center" gap={2} height="100%">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Box href={href} padding={2} display="flex" alignItems="center" gap={2} height="100%">
<Box padding={2} display="flex" alignItems="center" gap={2} height="100%">

@andrzejewsky andrzejewsky dismissed stale reviews from poulch and Cloud11PL via bf9a837 February 3, 2025 12:19
@github-actions github-actions bot temporarily deployed to pr-5385 February 3, 2025 12:21 Destroyed
poulch
poulch previously approved these changes Feb 3, 2025
Cloud11PL
Cloud11PL previously approved these changes Feb 3, 2025
@github-actions github-actions bot temporarily deployed to pr-5385 February 3, 2025 12:37 Destroyed
@andrzejewsky andrzejewsky merged commit ad7c179 into main Feb 3, 2025
15 checks passed
@andrzejewsky andrzejewsky deleted the fix-collection-link branch February 3, 2025 13:02
poulch pushed a commit that referenced this pull request Feb 3, 2025
* Fix collection product url

* Fix collection product url

* Fix collection product url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants