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(table): sw-1537 tableEmpty, apply empty table #1192

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

cdcabrera
Copy link
Member

What's included

  • fix(table): sw-1537 tableEmpty, apply empty table

Notes

  • per QE request, restores actual empty table component when the empty view is displayed
  • fixes documentation
  • refactors locale strings

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ yarn
  2. $ yarn test
  3. confirm checks come back clean

Proxy run check

  1. update the NPM packages with $ yarn
  2. make sure Docker is running, plus on network, then
  3. $ yarn start:proxy
  4. confirm the product inventory tables display as expected

Check the build

  1. update the NPM packages with $ yarn
  2. $ yarn build
  3. confirm checks come back clean

Example

...

Updates issue/story

sw-1537

@cdcabrera cdcabrera added the 202308 project phase label Sep 15, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1192 (a72a00e) into main (301f01c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1192   +/-   ##
=======================================
  Coverage   92.44%   92.45%           
=======================================
  Files         123      123           
  Lines        4238     4240    +2     
  Branches     1771     1769    -2     
=======================================
+ Hits         3918     3920    +2     
  Misses        301      301           
  Partials       19       19           
Files Changed Coverage
src/components/table/tableHelpers.js ø
src/components/inventoryCard/inventoryCard.js 100.00%
src/components/table/table.js 100.00%
src/components/table/tableEmpty.js 100.00%
src/components/table/tableSkeleton.js 100.00%

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 301f01c...a72a00e. Read the comment docs.

* docs, correct table modules
* locale, correct table strings
* table, empty table props
* tableEmpty, generate actual empty table
* tableSkeleton, ariaLabel, summary props
@cdcabrera cdcabrera merged commit da19ef3 into RedHatInsights:main Sep 15, 2023
4 of 6 checks passed
cdcabrera added a commit that referenced this pull request Sep 19, 2023
* docs, correct table modules
* locale, correct table strings
* table, empty table props
* tableEmpty, generate actual empty table
* tableSkeleton, ariaLabel, summary props
cdcabrera added a commit that referenced this pull request Sep 19, 2023
* docs, correct table modules
* locale, correct table strings
* table, empty table props
* tableEmpty, generate actual empty table
* tableSkeleton, ariaLabel, summary props
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
202308 project phase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants