-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix(InventoryTable): RHINENG-8413 - Bump fec to fix BulkSelect #2192
fix(InventoryTable): RHINENG-8413 - Bump fec to fix BulkSelect #2192
Conversation
toggleProps: { | ||
children: isBulkLoading ? ( | ||
[ | ||
<Fragment key="sd"> | ||
<Spinner size="sm" /> | ||
<Spinner size="md" /> |
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.
The smoll version was tiny bit too tiny and was barely visible.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2192 +/- ##
==========================================
- Coverage 57.15% 57.13% -0.02%
==========================================
Files 207 207
Lines 6404 6402 -2
Branches 1788 1786 -2
==========================================
- Hits 3660 3658 -2
Misses 2744 2744 ☔ View full report in Codecov by Sentry. |
aebf4da
to
b81bdc2
Compare
</Fragment>, | ||
] | ||
) : calculateSelected() > 0 ? ( | ||
<span id="bulk-select-systems-toggle-checkbox-text">{`${calculateSelected()} selected`}</span> |
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.
The count
prop accomplishes that already. So, we only need/should pass in the loading state when really needed.
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.
looks good!
387d44c
to
8ab8dcf
Compare
8ab8dcf
to
b494ee0
Compare
/retest |
1 similar comment
/retest |
/retest |
🎉 This PR is included in version 1.74.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This version of frontend-components fixes the Spinner in the BulkSelect when loading all IDs.
bulk_select_spinner.mp4