Skip to content
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

Merged
merged 1 commit into from
May 10, 2024

Conversation

bastilian
Copy link
Member

This version of frontend-components fixes the Spinner in the BulkSelect when loading all IDs.

bulk_select_spinner.mp4

@bastilian bastilian requested a review from a team as a code owner May 6, 2024 23:31
toggleProps: {
children: isBulkLoading ? (
[
<Fragment key="sd">
<Spinner size="sm" />
<Spinner size="md" />
Copy link
Member Author

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-commenter
Copy link

codecov-commenter commented May 6, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 57.13%. Comparing base (71b4ecc) to head (b494ee0).

Files Patch % Lines
src/Utilities/hooks/useBulkSelectConfig.js 50.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@bastilian bastilian force-pushed the bump_fec_bulkselect branch 3 times, most recently from aebf4da to b81bdc2 Compare May 7, 2024 10:33
</Fragment>,
]
) : calculateSelected() > 0 ? (
<span id="bulk-select-systems-toggle-checkbox-text">{`${calculateSelected()} selected`}</span>
Copy link
Member Author

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.

Copy link
Contributor

@johnsonm325 johnsonm325 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@bastilian bastilian force-pushed the bump_fec_bulkselect branch 2 times, most recently from 387d44c to 8ab8dcf Compare May 8, 2024 10:50
@bastilian
Copy link
Member Author

/retest

1 similar comment
@computercamplove
Copy link
Contributor

/retest

@bastilian
Copy link
Member Author

/retest

@bastilian bastilian merged commit 9f73281 into RedHatInsights:master May 10, 2024
2 checks passed
@gkarat
Copy link
Contributor

gkarat commented May 10, 2024

🎉 This PR is included in version 1.74.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants