-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Migrate FeedbackWidget to shadcn #13456
Conversation
custom replacement for Chakra-UI useDisclosure hook
deprecate chakra
deprecates use of Chakra dependencies
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
refactor using offsetBottom boolean instead of passing offset number value, conditionally apply full tw class names
in lieu of .svg replacement; removed from Icon story
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.
Looks good @wackerow
One minor that I see on the preview is that the popover content moves a little bit when you hover the button and it scales.
bug.mp4
We could fix this by disabling the scaling effect when the popover is opened. What do you think?
Co-authored-by: Pablo Pettinari <[email protected]>
Co-authored-by: Pablo Pettinari <[email protected]>
avoids popover from shifting while open
@konopkja Removed that shadow effect seen on hover @pettinarip Conditionally paused the Ready for re-review. |
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.
LGTM @wackerow
I've just pushed a commit to regenerate the yarn.lock file since it was installing an old version of @netlify/plugin-nextjs
.
Description
useDisclosure
hook, replacing Chakra importpopover
component via command linePreview URL
https://deploy-preview-13456--ethereumorg.netlify.app/en/
https://deploy-preview-13456--ethereumorg.netlify.app/nft/
Related Issue
shadcn migration