-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(alert): grid template areas #1741
Conversation
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.
Seeing some minor layout issues on the Rails side and the linter is yelling a bit. After those are addressed, it should be good to go.
c2ddd19
to
c5e72d6
Compare
this introduced a default story with minimum data this also adds stories with and without action buttons fix: DSS-405
c5e72d6
to
4d47872
Compare
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.
I'd recommend checking w/ Design on the missing title by default, but definitely not a show-stopper. Even if it's just to alert them 🤣 that we now support that use case.
LGTM! 👍🏼
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 to me
Jira Ticket: https://kajabi.atlassian.net/browse/DSS-405
Description
When the Alert has no actions, the additional row was still being displayed. This is not the intended behavior.
Screenshots
Testing in
sage-lib
Testing in
kajabi-products
I need to find a location in the app that has an Alert with no action buttons. At this time I'm unaware of it. I'll try to update prior to merging.