-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Show loading spinner when loading team members #16417
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
Conversation
annotations in the pull request changed, but user is not allowed to start a job |
/werft run with-preview=true 👍 started the job as gitpod-build-spinner-replaces-no-members-fork.0 |
|
@gtsiolis |
Thanks, @RayAsh37! 🏀 Friendly reminder, you'll need to sign the CLA linked above in #16417 (comment) before merging this. /werft run with-preview=true 👍 started the job as gitpod-build-spinner-replaces-no-members-fork.1 |
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.
@RayAsh37 Build is now passing and preview environment is now up and running. 💯
https://spinner-re9fbc403ef0.preview.gitpod-dev.com/workspaces
- Left one blocking comment below. 🏓
- Re-posting from above: you'll need to sign the CLA linked above in Show loading spinner when loading team members #16417 (comment) before merging this.
<p className="pt-16 text-center">No members found</p> | ||
<div className="flex h-screen items-center justify-center"> | ||
<div className="h-16 w-16 animate-spin rounded-full border-t-2 border-b-2 border-gray-200"> | ||
{/* Spinner */} |
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.
issue: Did you intent to use the Loader
component here? 😁
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.
@gtsiolis my bad 😅
Didn't realize that there was a standard component for that
I have added the SpinnerLoader
instead of SpinnerOverlayLoader
as the latter blocks the entire page which seems redundant
/werft run with-preview=true 👍 started the job as gitpod-build-spinner-replaces-no-members-fork.2 |
@gtsiolis I have signed the CLA. How do I submit it? |
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.
UX LGTM! 🌮 🌮
I have signed the CLA. How do I submit it?
@RayAsh37 If you filled in and submitted the form linked above in #16417 (comment), @meysholdt will reach out here to confirm and unblock this from merging.
Approving to unblocking merging but holding until CLA signing has been confirmed.
/hold
@RayAsh37 In the meantime, could you rebase and squash the commits? |
/werft run with-preview=true 👍 started the job as gitpod-build-spinner-replaces-no-members-fork.3 |
Thanks, @RayAsh37! Made some minor changes to the commit message. I'll come back here once @meysholdt confirms the CLA signing on our side. |
Thank you, @RayAsh37, for signing our CLA! |
Co-authored-by: Ashray Shetty <[email protected]>
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.
/werft run 👍 started the job as gitpod-build-spinner-replaces-no-members-fork.4 |
replaced "no members found" with a spinner
Description
Replaced the "no members found" with a spinner
Related Issue(s)
Fixes #16241
Release Notes