Michael Coker
Michael Coker
Go to this demo https://www.patternfly.org/components/navigation/react-demos/horizontal-nav/ 2 ways to show what looks like the same bug: * load the demo a wide screen where the scrollbars do not show because the...
Design issue - https://github.com/patternfly/design-tokens/issues/98 Figma - https://www.figma.com/design/iT76DS020Ry1Wswfc0Hmes/High-Contrast-Specs?node-id=13010-322919&t=vLzMxydE8fUioglP-4 Depends on core issue - https://github.com/patternfly/patternfly/issues/7949
https://www.patternfly.org/components/menus/menu/react/initially-drilled-in-menu/ If you drill out to the root menu, it's too tall for its content
Looks like we used to have a `widths` prop for `` that was commented out in a core bump (and later removed) - https://github.com/patternfly/patternfly-react/pull/10022. Digging into that, it looks like...
To support the docked nav feature, we need the ability to collapse toolbar/masthead items into combined menus based on viewport height. This probably looks like updating the toolbar and overflow...
fixes https://github.com/patternfly/patternfly/issues/8005 * adds react-icons as a dev dependency * adds a `copyReactIcons()` gulp function that copies `react-icons/dist/static/*` to `src/icons/react-icons/` * This dir is [ignored by git](https://github.com/patternfly/patternfly/blob/414dad4bced8093ff74d12e10ae4a3332142b0d5/.gitignore#L8) so they aren't...
We need support for the following * Identifying nav items as expandable (horizontal ellipsis?) * Expandable nav panel * Possibly a layout for this expandable nav if one of our...
We need to consider how docked nav should respond on narrow screens. Related comment https://github.com/patternfly/patternfly/pull/8020#issuecomment-3647202167
For v6, menu toggles with avatars should use a small avatar size and maintain the standard "form control" height (same height as buttons, text inputs, other menu toggles, etc). However,...