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

feat(dashboard): Add LoadingSpinner to table #137

Merged
merged 5 commits into from
Sep 25, 2023
Merged

feat(dashboard): Add LoadingSpinner to table #137

merged 5 commits into from
Sep 25, 2023

Conversation

charmcitygavin
Copy link
Collaborator

@charmcitygavin charmcitygavin commented Sep 25, 2023

Purpose

The original purpose of this ticket was to create and display a skeleton loader while the table data loads (and when dynamic search is used). After discussing it last week after PI planning, we determined that we should discuss the skeleton loader with HCD before building it out.

This ticket locates the place where the skeleton loader would go and displays the LoadingSpinner component while the table data loads to indicate to the user that the data is loading.

The follow-up ticket for the discussion with HCD is located here: https://qmacbis.atlassian.net/browse/OY2-25623

Linked Issues to Close

https://qmacbis.atlassian.net/browse/OY2-25289

Approach

In the OsTable component, we use context.isLoading to show or hide the loading spinner. This is also the location where we would insert our skeleton loader component.

@charmcitygavin charmcitygavin marked this pull request as ready for review September 25, 2023 14:46
@charmcitygavin charmcitygavin merged commit b69c8cc into master Sep 25, 2023
Copy link
Contributor

🎉 This PR is included in version 1.5.0-val.1 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants