| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
|
PatternFly-React preview: https://patternfly-react-pr-3258.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3258 +/- ##
=======================================
Coverage 67.43% 67.43%
=======================================
Files 892 892
Lines 24869 24869
Branches 2140 2140
=======================================
Hits 16770 16770
Misses 7094 7094
Partials 1005 1005
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
@tlabaj wasn't there a discussion about how we wouldn't use enums in TypeScript components? Has that changed? |
Sorry, something went wrong.
|
@rebeccaalpert I didn't know that you're not going to use enums. |
Sorry, something went wrong.
|
@boaz0 - It sounds like enums are ok. (Wanted to check with more active PatternFly devs.) Back when we were converting all the components to TypeScript there had been some back-and-forth over declaring everything as strings vs. using enums. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| 'align-self-flex-stretch' = 'align-self-flex-stretch', | ||
| 'justify-content-flex-end' = 'justify-content-flex-end', | ||
| 'justify-content-center' = 'justify-content-center', | ||
| 'justify-content-flex-space-between' = 'justify-content-flex-space-between', |
There was a problem hiding this comment.
@boaz0 @tlabaj Not sure if this value is correct. Docs example says to use justify-content-space-between https://github.com/patternfly/patternfly-react/pull/3258/files#diff-fee6334c94230e770989b535c35f87f7R428
Also, justify-content-flex-space-between doesn't work when this is used an undefined class is applied to the element.
Sorry, something went wrong.
There was a problem hiding this comment.
😨 ho snap! I see this now. It looks like the Modifier type was in correct to begin with. It didn't have justify-content-space-between and the flex.css doesn't have justify-content-space-between but justify-content-space-between.
My mistake for not paying attention. I will suggest a fix
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
closes #3244
closes #3248