Skip to content

docs(table): add empty state and spinner to pagination table demo - #3232

Closed
boaz0 wants to merge 1 commit into
patternfly:masterfrom
boaz0:closes_3184
Closed

docs(table): add empty state and spinner to pagination table demo#3232
boaz0 wants to merge 1 commit into
patternfly:masterfrom
boaz0:closes_3184

Conversation

@boaz0

@boaz0 boaz0 commented Oct 29, 2019

Copy link
Copy Markdown
Member

What:

closes #3184

Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
@codecov-io

codecov-io commented Oct 29, 2019

Copy link
Copy Markdown

Codecov Report

Merging #3232 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3232   +/-   ##
=======================================
  Coverage   67.44%   67.44%           
=======================================
  Files         892      892           
  Lines       24872    24872           
  Branches     2142     2142           
=======================================
  Hits        16774    16774           
  Misses       7093     7093           
  Partials     1005     1005
Flag Coverage Δ
#misc 95.45% <ø> (ø) ⬆️
#patternfly3 69.3% <ø> (ø) ⬆️
#patternfly4 64.77% <ø> (ø) ⬆️

Continue to review full report at Codecov.

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

@patternfly-build

Copy link
Copy Markdown
Collaborator

PatternFly-React preview: https://patternfly-react-pr-3232.surge.sh

@tlabaj tlabaj self-assigned this Nov 5, 2019
@tlabaj
tlabaj requested a review from christiemolloy November 5, 2019 17:23
page: 1,
error: null,
loading: true
loading: false

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm not able to see the spinner. Thinking loading should be true initially?

<EmptyStateIcon icon={TimesIcon} />
<Title size="lg">Failed to fetch data</Title>
</EmptyState>
</Bullseye>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm not able to see this empty state. How does the user see an empty state with this demo?

Perhaps we can add a toggle?

@boaz0

boaz0 commented Nov 11, 2019

Copy link
Copy Markdown
Member Author

closing this in favor of #3294

@boaz0 boaz0 closed this Nov 11, 2019
@boaz0
boaz0 deleted the closes_3184 branch November 11, 2019 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: update PaginationToolbar demo to include spinner and error handling

5 participants