-
Notifications
You must be signed in to change notification settings - Fork 14
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
bugfix-> spinner align to center #1908
Conversation
@Yagnik56 @danoswaltCL I'm wondering when we display the loading progress bar above the table and when we display the spinner. It seems like the spinner is visible only the first time the page is refreshed. Could we make it consistently display the loading progress bar for loading the table content instead of using the spinner unless it's really necessary? If you update |
The PR is fine, but I'm just throwing out some questions and ideas. We might discuss this in the meeting. |
While we decided to keep the spinner as it is for now, I would like to suggest reducing the size of the spinner and adding padding to the spinner container for consistency and a more natural look. @Yagnik56 Could you apply these two changes?
This will make the spinner to be shown like this while loading: |
590fe2b
@Yagnik56 I just made a commit to update the style since it's a minor change. |
This PR align feature flags the root page spinner in the center.
Also changed Search placeholder string as per Figma.