-
Notifications
You must be signed in to change notification settings - Fork 3
Illustrated Banner Component #86
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
Illustrated Banner Component #86
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.
Nice! Just some minor remarks.
Also the CSS file IllustratedBanner.css
is empty – can we delete it?
I haven’t checked all the cases where the banner/error component is used in detail. Trust that the implementation is correct, especially with the types (error.message
) 🤞🏻
src/components/ControlPlanes/List/ControlPlaneListWorkspaceGridTile.tsx
Outdated
Show resolved
Hide resolved
74b26db
to
1ec7205
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.
🙌🏻
d3fbc9b
to
50976d9
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.
👍🏻
What this PR does / why we need it:
Common component to handle all INFO and Error banner with the same styling and positioning.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: