Michael Coker

Results 300 comments of Michael Coker

To find the table component referenced in other examples/demos, this may help ``` $ grep -ri '{{#> table[ }]' src/patternfly/ | sort | cut -d':' -f1 | uniq -c 1...

Saw a top-shadow on sticky page sections bleeding through from the use of `--pf-t--global--box-shadow--sm--bottom` on the section Updated the shadow color to make it a little more obvious

cc @lboehling @andrew-ronaldson

As far as I can tell, all of the axis labels, legends, and tooltips that I see are using the wrong font ("RedHatText" instead of "Red Hat Text") ![Image](https://github.com/user-attachments/assets/f8af92ee-40ce-433c-b37c-0d27af275f48) Here's...

@dlabrecq gotcha! @lboehling do you remember anything around why we're using "Red Hat Text" vs "RedHatText" as the font family name on the page? Curious if we're aligning with any...

@thatblindgeye it looks like it was fixed already on staging by https://github.com/patternfly/patternfly-react/pull/12070/ Here's the staging URL to verify - https://staging.patternfly.org/components/navigation/react-demos/horizontal-nav/ I'd say this PR could be closed, though looks like...

Did we ever get design approval? I see the question in https://github.com/patternfly/patternfly-react/pull/12069 but no response

Closing for now, this PR is way behind main. We can revisit this later if it comes up.

I might be in favor of calling this `__menu` or something more descriptive to what it is, similar to adding `pagination__page-menu` in https://github.com/patternfly/patternfly/pull/6607/