-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add a refresh interval to the origin exports #1792
Add a refresh interval to the origin exports #1792
Conversation
- UI and UI backing updates to make sure its up to date
Screen.Recording.2024-12-03.at.3.52.09.PM.mov |
Closes #1520 |
This loading bar pops up every time when the origin page reloads. Is that an expected behavior? |
Only indicate loading if returning from registry
Tweak language and header updates
- Toss component in Suspense boundary
@h2zh I didn't think to remove it all the time. I pushed a couple commits to address this. Now it knows when it is being returned to from the registry and will only poll/show the loading bar then. |
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.
LGTG
The current issue is that when you redirect from a corrected registration in the registry back to the origin you were registering the initial query from the origin is so fast that it misses the changes.
This adds a UI loading bar that waits 5 seconds for a requery. If for some reason it takes longer then 5 seconds I also auto refresh these metrics every 5 seconds in the background so things will just switch over automatically in the UI.