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

refactor(landingpage): reflect elements storybook version in URL #1380

Merged
merged 8 commits into from
Jun 12, 2024

Conversation

TobiasHeimGalindo
Copy link
Collaborator

@TobiasHeimGalindo TobiasHeimGalindo commented Apr 11, 2024

Closes #1338

Review Notes: I noticed that navigating to different Storybook elements was causing an extra reload. This didn't show up when serving the page locally. To fix this, I used useMemo in the useStorybookUrl hook to prevent unnecessary recalculations of the Storybook URL unless the search parameters change. However as seen in the video this issue still occurs.

2024-04-24.12-42-39.mp4

@TobiasHeimGalindo TobiasHeimGalindo marked this pull request as ready for review April 24, 2024 10:25
@TobiasHeimGalindo TobiasHeimGalindo marked this pull request as draft April 24, 2024 10:26
@TobiasHeimGalindo TobiasHeimGalindo marked this pull request as ready for review April 24, 2024 10:47
@janivo janivo enabled auto-merge (squash) June 12, 2024 10:13
@janivo janivo merged commit 4e309ac into master Jun 12, 2024
3 checks passed
@janivo janivo deleted the landingpage-#1338-reflect-elements-version-to-url branch June 12, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reflect Elements Version to URL
2 participants