-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 loading indicator when fetching branches and prebuilds #5351
Comments
@jankeromnes since you added the loading indicator on the Branches page in #5809, do you think it makes sense to do the same for the Prebuilds page as it could be slightly slow to fetch prebuilds for active projects. For example, see https://gitpod.io/t/gitpod/gitpod/prebuilds. ❓ Cc @AlexTugarev |
Looping in @jldec for visibility. |
Yes 👍 happy to add these. |
/schedule |
@JanKoehnlein: Issue scheduled in the meta team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Woohoo! Rock'n'roll 😎 |
/assign |
PR: #6984 TODO:
EDIT: (Edited based on #5351 (comment) 🙏) |
Problem to solve
Loading Branches and Prebuilds for a project can still take a while for active projects, see #5038.
Proposal
Until there's a better way to resolve these perfomance issues, we could introduce a loading indicator when fetching branches and prebuilds to improve the user experience.
This could use the loading indicator being introduced in #5236, see relevant diff. ⚫
The text was updated successfully, but these errors were encountered: