| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…to css. Fixed Wizard examples not rendering and typo in Input Group Basic example
Codecov Report
@@ Coverage Diff @@
## master #3146 +/- ##
=========================================
Coverage ? 68.98%
=========================================
Files ? 858
Lines ? 23627
Branches ? 1893
=========================================
Hits ? 16300
Misses ? 6366
Partials ? 961
Continue to review full report at Codecov.
|
Sorry, something went wrong.
…youts and topology
…atternfly-react into gatsby-theme-patternfly-org
There was a problem hiding this comment.
I'm going to stop reviewing here for now. The https://patternfly-react-gatsby-theme.surge.sh link doesn't appear to be in sync with the latest changes?
I understand the refactoring for the site, but feel the reformatting of titles, docs, etc. may be out of scope?
I don't see any API docs for charts and dark mode doesn't seem to be apply supported.
Sorry, something went wrong.
|
|
||
| <div> | ||
| <div className="bar-chart-legend-right"> | ||
| RightLegend = ( |
There was a problem hiding this comment.
We have both RightLegend and RightAlignedLegend, which sound too similar. Could this be BarChartSimple. The prefix would help identify the example, especially while cutting/pasting examples
Sorry, something went wrong.
There was a problem hiding this comment.
We could do this, but our current variable names for classes don't do this. Example: class MultiColorChart extends React.Component { in ChartThreshold.md does not include a Threshold prefix. I'm just going to keep shorter variable names for now that match the titles.
Edit: Fixing these specific examples because they have the exact same title and that's bad.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm not following the logic as to what these names must be? We can make the class names match whatever we choose -- that shouldn't be a deciding factor.
If I were to clean up afterward, can I not use BarChartSimple, BarChartMultiColor, BarCharRightLegend, etc.?
Sorry, something went wrong.
There was a problem hiding this comment.
These can be anything. The only thing they matter for is what people copy/paste.
Sorry, something went wrong.
|
Discovered an issue with codesandbox. Seeing a "DependencyNotFoundError". Could not find dependency: '@patternfly/react-charts' relative to '/index.js' And the "Toggle dark theme" mode does not work with charts -- we don't support a dark theme, yet |
Sorry, something went wrong.
@redallen I'm seeing a similar error when using the codesandbox link for the Toolbar layout: |
Sorry, something went wrong.
|
@evwilkin That's on the followup checklist! |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Preview link: https://patternfly-react-pr-gatsby-theme-patternfly-org.surge.sh/patternfly-4/
What: Refactor docs to work with gatsby-theme-patternfly-org. Closes #2775, closes #2738, towards patternfly/patternfly-org#1208
New features:
Additional issues: