-
Notifications
You must be signed in to change notification settings - Fork 375
Alert - move files and combine docs for Alert and AlertGroup #8930
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
Conversation
|
Preview: https://patternfly-react-pr-8930.surge.sh A11y report: https://patternfly-react-pr-8930-a11y.surge.sh |
|
@nicolethoen @tlabaj I've put up this PR following our meeting earlier in the week. It combines the Alert and AlertGroup files into one directory called Alert. Please take a look and let me know if this is what you expected or if you see any issues. |
nicolethoen
left a comment
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!
tlabaj
left a comment
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! Just a couple of small comments
|
The a11y tests are failing because there are two headings with the same name. I think we might need to rename Alert Group's Variants example to 'Alert group variants' rather than just 'Variants. |
tlabaj
left a comment
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!
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Combines docs for Alert and AlertGroup into a single page called alert. Changes include:
alert.mdWhat: Closes #8539