-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(inventoryList,guestsList): issues/494 fixed column widths #472
Conversation
30e5210
to
a25677d
Compare
99cf0e8
to
184f298
Compare
Codecov Report
@@ Coverage Diff @@
## ci #472 +/- ##
==========================================
- Coverage 93.08% 93.05% -0.04%
==========================================
Files 70 70
Lines 2272 2290 +18
Branches 762 774 +12
==========================================
+ Hits 2115 2131 +16
- Misses 139 140 +1
- Partials 18 19 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rework tableSkeleton tests
* inventoryList, guestsList, proptype expanded, loader colWidth * inventoryListHelpers, apply filter column widths * loader, pass colWidth * openshiftView, rhelView, inventory fixed column widths * table, check for valid cell contents, proptypes * tableSkeleton, allow fixed column widths * styling, fix guestsList padding
* inventoryList, guestsList, proptype expanded, loader colWidth * inventoryListHelpers, apply filter column widths * loader, pass colWidth * openshiftView, rhelView, inventory fixed column widths * table, check for valid cell contents, proptypes * tableSkeleton, allow fixed column widths * styling, fix guestsList padding
* inventoryList, guestsList, proptype expanded, loader colWidth * inventoryListHelpers, apply filter column widths * loader, pass colWidth * openshiftView, rhelView, inventory fixed column widths * table, check for valid cell contents, proptypes * tableSkeleton, allow fixed column widths * styling, fix guestsList padding
* inventoryList, guestsList, proptype expanded, loader colWidth * inventoryListHelpers, apply filter column widths * loader, pass colWidth * openshiftView, rhelView, inventory fixed column widths * table, check for valid cell contents, proptypes * tableSkeleton, allow fixed column widths * styling, fix guestsList padding
What's included
Notes
How to test
Proxy run check
$ yarn
$ yarn start:proxy
Example
Updates issue/story
#494
relates #483