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

timeseries: show spinner when tags load #5271

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

stephanwlee
Copy link
Contributor

@stephanwlee stephanwlee commented Aug 27, 2021

When the initial tags are loading and when it is taking a long time,
users do not see anything for awhile. This can lead to a confusion and
lead people to believe that something in the plugin rendered
incorrectly.

Now, for the initial load only, this change shows spinner for the first
render.

This change had to change the data in MetricsReducers to remember the
last load time in addition to the DataLoadState so we can differentiate
first load vs. reload.

image

When the initial tags are loading and when it is taking a long time,
users do not see anything for awhile. This can lead to a confusion and
lead people to believe that something in the plugin rendered
incorrectly.

Now, for the initial load only, this change shows spinner for the first
render.
Copy link
Contributor

@nfelt nfelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stephanwlee stephanwlee merged commit 4be726c into tensorflow:master Aug 27, 2021
@stephanwlee stephanwlee deleted the loader branch August 27, 2021 04:59
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
When the initial tags are loading and when it is taking a long time,
users do not see anything for awhile. This can lead to a confusion and
lead people to believe that something in the plugin rendered
incorrectly.

Now, for the initial load only, this change shows spinner for the first
render.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
When the initial tags are loading and when it is taking a long time,
users do not see anything for awhile. This can lead to a confusion and
lead people to believe that something in the plugin rendered
incorrectly.

Now, for the initial load only, this change shows spinner for the first
render.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants