Michael Coker

Results 206 issues of Michael Coker

Just a thought, but I often navigate to a component and want to see an older version, then use the version switcher to go back to a previous release, but...

enhancement
Feature

Now that a lot of chart styles have reference to CSS variables, we've had the question of where the vars are defined and how to use/reference them. Seems like this...

Content

related - https://github.com/patternfly/patternfly-org/issues/3489 With multiple components on a single examples page, should we have multiple "view source on GitHub" links? Are those links useful? Currently they link to the actual...

good first issue
Groom

It seems like when markdown is used to create an element, a class is added automatically that has specific styles associated with it. However, in [react components](https://github.com/patternfly/patternfly-org/blob/main/packages/v4/patternfly-docs/content/accessibility/card/card.md) and [hbs blocks](https://github.com/patternfly/patternfly/blob/main/src/patternfly/layouts/Flex/examples/Flex.md),...

Just noticed that axis labels and tooltips look like they're not using the correct font-family. Specifically it looks like these places: * I didn't dig into this one but I...

v6 alpha bug
Post v6
PF Team

Spotted while reviewing https://github.com/patternfly/patternfly-react/pull/11096, the menu toggles in these examples are too tall: * https://react-staging.patternfly.org/components/menus/menu-toggle#split-toggle-with-checkbox-and-toggle-text * https://react-staging.patternfly.org/components/menus/menu-toggle#split-toggle-with-action And you can see the divider doesn't extend the height of the toggle...

Post v6
v6 Beta bug
Patch release
PF Team

[Stylelint deprecated stylelistic rules](https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-15.md#deprecated-stylistic-rules) in their last major version release, and recommend prettier instead. Here is a full list of the deprecated rules - https://github.com/stylelint/stylelint/blob/main/docs/user-guide/rules.md#deprecated We have a [.prettierrc](https://github.com/patternfly/patternfly/blob/6fe9185393f51797484f9c1ac7d369e33ab44333/.prettierrc) and...

Tech debt

The toggle in the thead here is misaligned

The button icon just inherits font-size from the parent button, when we should set a unique font-size on `.pf-v6-c-button__icon`, set to one of the icon font size tokens. The update...

v6 Beta bug