feat(Toolbar,OverflowMenu): add support for responsive height - #8295
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdds a vertical OverflowMenu modifier ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview: https://pf-pr-8295.surge.sh A11y report: https://pf-pr-8295-a11y.surge.sh |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/patternfly/components/OverflowMenu/examples/overflow-menu.md (1)
48-71: Documentpf-m-verticalin the usage tables as well.Nice addition of the vertical example. Please also add a
.pf-m-verticalrow to the “Usage” table (and/or relevant modifier table) so the new public modifier is discoverable without reading examples.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/patternfly/components/OverflowMenu/examples/overflow-menu.md` around lines 48 - 71, Add documentation for the new public modifier .pf-m-vertical to the component's Usage/Modifiers table so it is discoverable outside examples: update the OverflowMenu usage/modifier table to include a new row for .pf-m-vertical (describe it as "vertical layout" or similar) and reference the modifier in the table alongside existing modifiers for OverflowMenu so consumers can find the pf-m-vertical flag without reading the example.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@src/patternfly/components/OverflowMenu/examples/overflow-menu.md`:
- Around line 48-71: Add documentation for the new public modifier
.pf-m-vertical to the component's Usage/Modifiers table so it is discoverable
outside examples: update the OverflowMenu usage/modifier table to include a new
row for .pf-m-vertical (describe it as "vertical layout" or similar) and
reference the modifier in the table alongside existing modifiers for
OverflowMenu so consumers can find the pf-m-vertical flag without reading the
example.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro
Run ID: 042e1eed-185e-4d72-8a60-ed201acd835b
📒 Files selected for processing (6)
src/patternfly/components/OverflowMenu/examples/overflow-menu.csssrc/patternfly/components/OverflowMenu/examples/overflow-menu.mdsrc/patternfly/components/OverflowMenu/overflow-menu.scsssrc/patternfly/components/Toolbar/examples/Toolbar.mdsrc/patternfly/components/Toolbar/toolbar.scsssrc/patternfly/sass-utilities/mixins.scss
mcoker
left a comment
There was a problem hiding this comment.
LGTM just one small docs update
|
@kmcfaul oops forgot one spot - can you document Modifiers are usually grouped by the elements they apply to so |
|
Updated, LMK if the wording sounds good to you |
|
🎉 This PR is included in version 6.5.0-prerelease.68 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #8031
hidden-visiblemixin to optionally create height breakpointsToolbarinto the height breakpointsrow-gapto OverflowMenuSummary by CodeRabbit
New Features
Documentation