-
Notifications
You must be signed in to change notification settings - Fork 375
chore(docs): Updated the Navigation demos to use the masthead instead of the page header #9223
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-9223.surge.sh A11y report: https://patternfly-react-pr-9223-a11y.surge.sh |
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.
For the Horizontal Nav demo, the breakpoints aren't kicking in at the right time resulting in content overflowing to the right when the viewport is shrunk down:
The Horizontal Nav with Horizontal Subnav demo also has a similar overflow issue, except it's overflowing on page load.
We could adjust the visibility of the ToolbarGroup's and set a width for the Nav components in these two examples.
mcarrano
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.
This still has the issue of the user menu having a lighter background in dark theme.
@mcoker I thought that was fixed?
|
@mcarrano I have a PR up that fixes it, but it didn't go in until late last night and it was too late to merge - patternfly/patternfly#5643. If we want to try and get it in, I have an open question in the issue here - patternfly/patternfly#5643 (comment) |
|
Thanks @mcoker I would try to get this in if we can. As to your question on patternfly/patternfly#5643, I'm not sure what the right answer is and want to get input from @mceledonia . Will reach out on Slack to resolve this ASAP. @nicolethoen can we still try to get this into the release? The user menu does not look correct without it in dark mode. |
|
mcoker
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.
👍👍
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.
Just a quick update below
|
User menu looks good now. Just seeing a couple of additional issues.
|
@mcarrano there is an issue open for drilldown nav here #9183 I updated the demo titles |
mcarrano
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.
Thanks @tlabaj . I am good to merge this.
kmcfaul
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.
I did notice that the nav drilldown demo looks like it may be broken, but this PR didn't touch that so we may want a follow up issue.
… of the page header (patternfly#9223) * chore(docs): Updated the Navigation demos to use the masthead instead of the page header * Updates from comments and added suport for toolbar item/group overflow container * update comments from review * remove legacy refs * fix sentence case --------- Co-authored-by: Titani <tlabaj@redaht.com>

What: Closes #9015