-
Notifications
You must be signed in to change notification settings - Fork 92
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
[bug] newly added system can be stuck in endless loader #234
Comments
My suggestion is add a loading text, but I haven't implemented this part yet. However, I should be submitting a pull request to fix this issue soon. |
@ArsFy the design you're proposing is still confusing from my point of view. Loading spinner means something is loading. If we have a statement "No records have been populated" it means the loading is done so the loading spinner should be hidden. The test itself can be better too, for example, "There are not enough records to display the chart". Anyway, having text is better than endless loading spinner. |
@alexzaitsev You are right, but it does have some loading. This is a difficult design cuz the data is actually real-time. If you open the window long enough, it will be successfully loaded into the data. Maybe you have a better way to fix it? pls tell me, thank you. |
Maybe we have two conditions:
|
agree with @henrygd, this is what I meant. Right now 2 conditions are mixed into a single one. they need to be separated |
@alexzaitsev @henrygd I understand now, so I think I need to add a status to show whether the request was successful.
And, I think maybe changing it to |
@ArsFy Exactly right. I think that phrasing is good. I can probably take care of this tomorrow if you don't want to deal with it. |
@henrygd I finish the job (except for the Crowdin link), it is currently noon in SGT, but you can check my merge request tomorrow |
Thanks @ArsFy! I'll close the issue since it will be fixed in the next release. |
I think this occurs only on the newly added system with insufficient recorded statistics.
Steps:
Video shows the steps + how changing time period fixes the loaders.
Video:
https://github.com/user-attachments/assets/2f3beb0c-e6f7-435b-8e6c-e5fcdcd2492f
@henrygd I can try to fix it if you're open for contributions. In this case I will appreciate any notes than can help me to do it.
The text was updated successfully, but these errors were encountered: