-
Notifications
You must be signed in to change notification settings - Fork 63
Fix stories for VContentLink
and VSearchTypePopover
#1383
Conversation
Storybook and Tailwind configuration previews: Ready Storybook: https://wordpress.github.io/openverse-frontend/1383 Please note that GitHub pages takes a little time to deploy newly pushed code, if the links above don't work or you see old versions, wait 5 minutes and try again. You can check the GitHub pages deployment action list to see the current status of the deployments. |
Size Change: +4 B (0%) Total Size: 1.43 MB
ℹ️ View Unchanged
|
Why is the Nuxt app build size changing when stories are modified 🤔? |
Not sure why, but it is concerning that a noop (from nuxt's perspective) is causing an increase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@dhruvkb I noticed the VPopover / Control story is broken, not sure if it's a problem with the component, do you want to include it here? We can create another ticket for that any time of course. |
I'll fix it here itself, avoid the overhead of filling a ticket and making the PR. |
@krysal I can't reproduce, the story renders normally for me. Can you add the repro steps? |
You can see it here: https://wordpress.github.io/openverse-frontend/1383/?path=/story/components-vpopover--control If you open the popover and then click outside of the popover to closes it will crash on I suspect this is probably an error in the dialog composables, not with the story though. Is that what you were talking about @krysal ? |
That's correct @sarayourfriend, I forgot to mention it's the interaction with the popover that is broken. |
If it's not a story issue, I'll merge this PR. |
VContentLink
and VSearchTypePopover
Fixes
Fixes #1135 by @dhruvkb
Description
This PR fixes two stories
VContentLink
which is broken in the UIVSearchTypePopover
which has the wrong file nameTesting Instructions
VContentLink
works (which it doesn't onmain
).VSearchTypePopover
story matches the component name.Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin