-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(notifications): use chakra notifications #384
Conversation
snqb
commented
May 3, 2023
56eaf98
to
6f0199e
Compare
@@ -10,7 +10,6 @@ const config: StorybookConfig = { | |||
'@storybook/addon-essentials', | |||
'@storybook/addon-interactions', | |||
'storybook-dark-mode', | |||
'@chakra-ui/storybook-addon', |
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.
it added no value and rendered a second dark mode button which didn't work fine, because we have chakra+rebass :(
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.
Great job! only misses exporting info
and warning
for standalone notif
# [2.4.0](v2.3.0...v2.4.0) (2023-05-10) ### Features * **notifications:** use chakra notifications ([#384](#384)) ([4a032a2](4a032a2))
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |