| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-3133.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3133 +/- ##
==========================================
+ Coverage 68.94% 69.03% +0.09%
==========================================
Files 858 858
Lines 23590 23539 -51
Branches 1887 1879 -8
==========================================
- Hits 16263 16250 -13
+ Misses 6367 6336 -31
+ Partials 960 953 -7
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| EmptyStateTable = () => { | ||
| const columns = ['Repositories', 'Branches', 'Pull request', 'Workspaces', 'LastCommit'] | ||
| const rows = [{ | ||
| heightAuto: true, |
There was a problem hiding this comment.
@priley86 what do you think about introducing row decorators? Similiar to how cell formatters work. This can be potentially problem in future when we'll update API and we will have to keep it intact.
Sorry, something went wrong.
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> Co-authored-by: Jenny Shandelman <jshandel@redhat.com>
There was a problem hiding this comment.
LGTM
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 |
What:
close #3132
I mistakenly added the height auto modifier to td element instead to tr.
This PR fixes this by adding the HeightAuto attribute to row item.
In addition to that, added a deprecation warning message to whom is using cellHeightAuto.
More tests and an example were added.
//cc @jenny-s51 @mcoker @karelhala @tlabaj @redallen