chore(docs): Updated the Navigation demos to use the masthead instead of the page header#9223
chore(docs): Updated the Navigation demos to use the masthead instead of the page header#9223kmcfaul merged 5 commits intopatternfly:mainfrom
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.
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 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. |
|
thatblindgeye
left a comment
There was a problem hiding this comment.
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 |
kmcfaul
left a comment
There was a problem hiding this comment.
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