| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://1852-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #1852 +/- ##
==========================================
- Coverage 82.84% 82.59% -0.25%
==========================================
Files 612 621 +9
Lines 6743 6844 +101
Branches 82 93 +11
==========================================
+ Hits 5586 5653 +67
- Misses 1126 1151 +25
- Partials 31 40 +9
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Tests look like they are failing and dist not building
Sorry, something went wrong.
|
Not sure if this is already on the list, but we also need to add .pf-m-expanded to the expanded dd, so that there is a blue line to the left of the button/toggle and expanded content, like this |
Sorry, something went wrong.
|
Looks good, @jessiehuff! I just have a couple of minor comments about things to remove. The section headings that are expand/collapse buttons have aria-label="Details". This attribute should not be there. This overrides the actual heading text that's specified, preventing that text from being announced. Related to this, the <AccordionToggle> should not have the prop aria-label included. The examples include aria-label="Primary Content Details" on the <AccordionContent> components. We can keep this as a prop on the component, but to match core we should remove this prop in our examples. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
Great job on this!
Sorry, something went wrong.
|
Error in import #1869 we can't upgrade :( node_modules/@patternfly/react-core/dist/js/components/Accordion/Accordion.d.ts import { Omit } from '../../typeUtils';Fix with import { Omit } from '../../helpers/typeUtils'; |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: Resolves #1387
Additional issues: