patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

A set of React components for the PatternFly project.

Results 730 patternfly-react issues
Sort by recently updated
recently updated
newest added

Depends on Core https://github.com/patternfly/patternfly/issues/6994 The "[with drawer](https://patternfly-react-pr-10866.surge.sh/components/jump-links/react-demos#with-drawer)" demo for JumpLinks has a couple issues: - JumpLinks/Drawer toggle are not sticky - JumpLinks not working correctly (scrollspy & clicking) Related issue...

bug

**Describe the problem** When you truncate with a certain number of trailing chars using the middle variant, it has this strange effect where chars are duplicated. **How do you reproduce...

bug

Packages in the workspaces should set the [`exports`](https://nodejs.org/api/packages.html#exports) field in the `package.json` file. As Node.JS doesn't read the `module` field, the ESM output may be skipped if the `exports` field...

Tech debt
Post v6

Packages in the workspaces should set the [`type`](https://nodejs.org/api/packages.html#type) field in the `package.json` file. If this field is not set Node.JS may attempt to detect the package type causing a small...

Tech debt
Post v6

This is a tracker issue to fix issues stemming from the publication linter introduced under #10764. ```[tasklist] ### Issues - [ ] https://github.com/patternfly/patternfly-react/issues/10831 - [ ] https://github.com/patternfly/patternfly-react/issues/10832 - [ ]...

Epic
Tech debt
PF6
Post v6

**Describe the enhancement or change** Related to convo chain at https://github.com/patternfly/patternfly-react/pull/10815#discussion_r1697713753 Would also pertain to other components that have a status/validation type prop. We should align on: - whether the...

breaking change :boom:
Tech debt
Post v6

**Describe the enhancement or change** Followup to https://github.com/patternfly/patternfly-react/pull/10779 and https://github.com/patternfly/patternfly-react/pull/10748. Would be good to try and add tests for the behavior shown in these PRs to ensure as little breaks...

Tech debt
Post v6

The docs aren't clear about how to go about setting an initial selection for the different selects. It is the same pattern, and the examples use it (setting a `selected`...

Tech debt
Post v6

Create a gnatt-like example, demonstrating how an alert timeline may be implemented using horizontal bar charts. **Mock** https://www.figma.com/proto/b8DEWJHPd3hrn1F0Hxl80t/Incidents---Alert-grouping?node-id=243-2403&t=WD4E3Edim6QK5uqu-0&scaling=min-zoom&content-scaling=fixed&page-id=0%3A1 **Example** ![Screenshot 2024-08-08 at 12 57 59 AM](https://github.com/user-attachments/assets/45027a1e-b311-47aa-b4ac-6e501c187ea7)

Feature
Post v6

- Created a gnatt-like [example](https://patternfly-react-pr-10845.surge.sh/charts/bar-chart#alerts-timeline), demonstrating an alert timeline using horizontal bar charts - Updated a pie chart [example](https://patternfly-react-pr-10845.surge.sh/charts/pie-chart#custom-color-scale) to demonstrate how to apply custom styles - Also fixed an...