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

fix(extension): #37: add loader to rpc validation #53

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

VanishMax
Copy link
Contributor

@VanishMax VanishMax commented Jun 24, 2024

Closes #37

Add a loader to the RPC selection setting page

image

@VanishMax VanishMax requested a review from a team June 24, 2024 14:15
@VanishMax VanishMax self-assigned this Jun 24, 2024
Copy link

changeset-bot bot commented Jun 24, 2024

⚠️ No Changeset found

Latest commit: 967c2f2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -98,7 +99,7 @@ export const GrpcEndpointForm = ({
</div>

<Button variant='gradient' type='submit' disabled={!isSubmitButtonEnabled}>
{submitButtonLabel}
{isValidationLoading ? <Loader2 className='size-4 animate-spin' /> : submitButtonLabel}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we add text to go along with the loading spinner? Something like: Validating rpc <spinner>

@VanishMax VanishMax requested a review from grod220 June 24, 2024 17:13
@VanishMax VanishMax merged commit 4c96ad6 into main Jun 25, 2024
3 checks passed
@VanishMax VanishMax deleted the fix/#37-rpc-validation-loader branch June 25, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPC validation indicator
2 participants