-
Notifications
You must be signed in to change notification settings - Fork 23
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
Refactor empty state handling across tables; implement tests #302
Refactor empty state handling across tables; implement tests #302
Conversation
@RedHatInsights/team-interact, @ikerreyes, please take a look 👋🏼 |
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.
Nice, thanks for the work.
Just left some minor comments.
src/Components/AffectedClustersTable/AffectedClustersTable.spec.ct.js
Outdated
Show resolved
Hide resolved
src/Components/AffectedClustersTable/AffectedClustersTable.spec.ct.js
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
==========================================
- Coverage 85.65% 85.16% -0.50%
==========================================
Files 24 24
Lines 962 984 +22
Branches 351 359 +8
==========================================
+ Hits 824 838 +14
- Misses 138 146 +8
Continue to review full report at Codecov.
|
e665fa8
to
5c983e4
Compare
## [1.4.4](v1.4.3...v1.4.4) (2022-06-07) ### Bug Fixes * **Tables:** unify empty state handling across tables; implement tests ([#302](#302)) ([c59821a](c59821a))
🎉 This PR is included in version 1.4.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Implements https://issues.redhat.com/browse/CCXDEV-8280, https://issues.redhat.com/browse/CCXDEV-8242
Mainly refactors how table components are handling empty states. Also adds tests to check that the empty state titles, messages, and icons are rendered correctly.
Some illustrations: