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

Improved: added spinner in launchpad login next button to be shown while checkLoginOption request accomplishes (#88) #89

Merged
merged 5 commits into from
Aug 23, 2024

Conversation

amansinghbais
Copy link
Contributor

@amansinghbais amansinghbais commented Feb 20, 2024

Related Issues

Closes #88

Short Description and Why It's Useful

Implemented spinner inside of the next button in login page to be displayed until checkLoginOptions request is ongoing.

Screenshots of Visual Changes before/after (If There Are Any)

Screenshot from 2024-08-23 10-53-03
Screenshot from 2024-08-23 10-53-08

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@@ -108,7 +113,8 @@ export default defineComponent({
hideBackground: true,
isConfirmingForActiveSession: false,
loader: null as any,
loginOption: {} as any
loginOption: {} as any,
isSpinnerActive: false
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
isSpinnerActive: false
isLoading: false

@amansinghbais amansinghbais requested review from ymaheshwari1 and removed request for ymaheshwari1 August 23, 2024 05:24
@ymaheshwari1 ymaheshwari1 merged commit a09e8ed into hotwax:main Aug 23, 2024
2 checks passed
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.

"demo" not allowed in instance name
2 participants