-
Notifications
You must be signed in to change notification settings - Fork 118
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: notification component #741
Conversation
But notifications are not interactable beacuse of dialog backdrop?
Also implement request event similar to dialog. If the request event is prevented, card will not be closed.
Also refactor action slot test as it was always positive.
2ecad4a
to
bee906f
Compare
This change was prompted by issues encountered during the development of the component, where the native dialog element blocked any actions on it, event with Popover attribute. See more: https://github.com/Trendyol/baklava/issues/141\#issuecomment-1810301413 #141
@ogunb Good job!! 🚀 Just one thing, UI screenshots seem wrong on Chromatic, can we fix it? 🥲 |
3f5a530
to
0c2561b
Compare
They should be working now. |
c9caa79
to
cd33f1a
Compare
Also improve notification object properties doc.
Co-authored-by: Aykut Saraç <[email protected]> Signed-off-by: Ogun Babacan <[email protected]>
da7f9b6
to
cd22d6a
Compare
Thanks for the effort 🚀 LGTM! |
🎉 This PR is included in version 2.4.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #141