-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
#2575 - Make login modal undismissible while logging-in #2576
#2575 - Make login modal undismissible while logging-in #2576
Conversation
The same thing actually happens in Sign-up modal too but I noticed sign-up process takes much shorter than log-in. Please let me know if we want this fix to sign-up modal too, though. |
Yeah it would make sense to fix this on both. BTW that build error was #2572 again. |
group-income
|
Project |
group-income
|
Branch Review |
sebin/task/#2575-login-modal-dismissal-issue
|
Run status |
|
Run duration | 10m 56s |
Commit |
|
Committer | Sebin Song |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
10
|
|
0
|
|
112
|
View all changes introduced in this branch ↗︎ |
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.
Fantastic work @SebinSong! 👏
closes #2575
LoginModalFix.mp4
ModalTemplate.vue
already had a proploading
that allows us to achieve exactly what we want, so used it for the fix.