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

Fixed: screen halt on logging by showing a loader until succesfully logged in (#81) #90

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

amansinghbais
Copy link
Contributor

@amansinghbais amansinghbais commented Feb 21, 2024

Related Issues

Closes #81

Short Description and Why It's Useful

Added loader on login action to show till successful login.

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

Screenshot from 2024-08-22 16-27-32
Screenshot from 2024-08-22 16-27-49

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

src/views/Login.vue Outdated Show resolved Hide resolved
@dt2patel
Copy link
Contributor

The loader should instead be inside the button itself. @amansinghbais

@dt2patel
Copy link
Contributor

dt2patel commented Aug 22, 2024

Don't need to add margin, just slot is enough. Make sure to use data attribute to ensure spinner size is managed correctly
https://github.com/hotwax/hotwax-apps-theme/blob/9779d96ff53e06f8b4e6109d7aefeb5ebf46bfac/css/theme.css#L22C1-L24C2

@amansinghbais amansinghbais requested review from ymaheshwari1 and removed request for ymaheshwari1 August 22, 2024 10:43
@ymaheshwari1 ymaheshwari1 merged commit 09933e3 into hotwax:main Aug 22, 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.

Screen halts for some time after clicking login button
3 participants