Michael Coker

Results 206 issues of Michael Coker

As of Safari 14, `:is()` is supported across our supported browsers. It would be interesting to do a spike investigation into a few components and see what kind of file...

pinned

Similar to labels, banner colors can be used without conveying danger/warning/success/etc status. We recently added the color variants to the component, so we can remove the status variants.

Feature
needs triage
🔷 PatternFly 5

fixes https://github.com/patternfly/patternfly/issues/5134 -- I ran into a situation where I wanted to create an inline partial to override and existing one, but also include the existing existing contents. There may...

Some of our components are missing notes in the docs about whether an element is required. In chatting with @tlabaj, the core docs can help guide whether parts of the...

needs triage
🔷 PatternFly 5

re: https://github.com/patternfly/patternfly-react/pull/8144#discussion_r989560950 We have `pf-m-[sm/md/lg/etc]`, `pf-m-compact`, `pf-m-dipslay-[lg/xl/etc]` and it isn't entirely clear or predictable as to what these variations do. We run the risk of naming conflicts among other things...

bug
needs triage
🔷 PatternFly 5

Bottom pagination has padding defined that does not exist on the top/non-bottom pagination. https://github.com/patternfly/patternfly/blob/fd83f75e967a6c0304cd911d6aaf5cd4d8b1294f/src/patternfly/components/Pagination/pagination.scss#L174 That really only works if the top pagination's toolbar is set to use page-insets. While page...

bug

* Looks like we can comb through the CSS and make general updates around variable usage and general maintenance of specificity - like creating a var for the body font-size...

bug
🔷 PatternFly 5

Running [npm-check-updates](https://www.npmjs.com/package/npm-check-updates) shows a lot of dependencies that are out of date. Can we update some/all of these? I imagine some would likely need to be part of a major...

bug
🔷 PatternFly 5

Preferably a handful of ways, since it depends on where the tabs are as to how best to do this. Page sections support sticky/scrolling, sidebar does, too, though those both...

Feature

It looks like a lot of demos are defining an inline template for [`page-template-main-content`](https://github.com/patternfly/patternfly/blob/02bda75f8f22a9e230be216ed2e6e8ffd5b48cc3/src/patternfly/demos/Page/page-template-main-content.hbs) and defining breadcrumbs and a title with some custom content. https://github.com/patternfly/patternfly/blob/02bda75f8f22a9e230be216ed2e6e8ffd5b48cc3/src/patternfly/demos/DataList/examples/DataList.md#L12-L27 `page-template-main-content` includes breadcrumbs and title...

bug