-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Show loading icon for suggestions immediately #61782
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
I agree with this issue, and previously tried to get this behavior to happen while making changes to the The potential solutions are:
|
Currently, when In the short term, we are planning on isolating |
@lukasolson Thanks for the clarification. The work you've described of moving |
I think the very noticeable delay here isn't caused by the fetch delay, but by the debouncing of the suggestions (which makes sense) and using By using a more unique key here, we should be able to improve the situation a lot. |
Fixed in master - it's now immediately showing a loading bar on user interaction, updating the chart once the data arrives |
Currently when changing the configuration the suggestion panels will still show the old suggestions until the new ones has been rendered. We should immediately switch into showing a loading state (e.g. Gray bars) as soon as the configuration has changed.
The text was updated successfully, but these errors were encountered: