-
Notifications
You must be signed in to change notification settings - Fork 93
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
#435: show spinner indicating page is loading #449
base: main
Are you sure you want to change the base?
#435: show spinner indicating page is loading #449
Conversation
@lovasoa can you take a look to see if it's ok in principle before I start on documentation? |
Fix spinner defaults
The name of a [spinner](https://tabler.io/docs/components/spinners) (from tabler.io). | ||
Default is "spinner-border". | ||
Set to the empty string to disable the spinner - e.g. to display only progress | ||
updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed this whole approach doesn't work inside run_sql for some reason. So I should note that 'loader-start' component should be selected before descending into run_sql.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, run_sql is a function, it returns a single json value all at once, it can't stream its results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought as much but didn't want to assume. It's good to have the clarification.
Closes #435