-
Notifications
You must be signed in to change notification settings - Fork 375
fix(Wizard): update close button and title structures #9041
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-9041.surge.sh A11y report: https://patternfly-react-pr-9041-a11y.surge.sh |
14e6c14 to
fc14c8a
Compare
|
The "In page" and "In modal" examples are giving an error "TypeError: w is not a function" Also, I notice that the wizard description is a |
|
broken full page demos should be fixed when this PR merges. |
thatblindgeye
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, only issue is the typeerror on those two demos Sarah mentioned above is persisting. Wondering whether the update made in #9093 will help with that.
wise-king-sullyman
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.
Everything looks good to me other than the already mentioned error. I tested locally and the change to DashboardWrapper I made in #9093 does resolve it.
87ab0f8 to
4420e31
Compare
srambach
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 to me 👍
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #8254
Updates the elements wrapping the wizard close button and wizard title to match the core changes.