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

#2575 - Make login modal undismissible while logging-in #2576

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

SebinSong
Copy link
Collaborator

@SebinSong SebinSong commented Jan 31, 2025

closes #2575

LoginModalFix.mp4

ModalTemplate.vue already had a prop loading that allows us to achieve exactly what we want, so used it for the fix.

@SebinSong SebinSong self-assigned this Jan 31, 2025
@SebinSong
Copy link
Collaborator Author

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.

@taoeffect
Copy link
Member

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.

Copy link

cypress bot commented Feb 1, 2025

group-income    Run #3874

Run Properties:  status check passed Passed #3874  •  git commit 5c7dff57e0 ℹ️: Merge 4e45e366285134a11ea66fc51624b21e3ca700ec into a7d7b698d248e1d194e5c1a5f500...
Project group-income
Branch Review sebin/task/#2575-login-modal-dismissal-issue
Run status status check passed Passed #3874
Run duration 10m 56s
Commit git commit 5c7dff57e0 ℹ️: Merge 4e45e366285134a11ea66fc51624b21e3ca700ec into a7d7b698d248e1d194e5c1a5f500...
Committer Sebin Song
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 112
View all changes introduced in this branch ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

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

Fantastic work @SebinSong! 👏

@taoeffect taoeffect merged commit 7629107 into master Feb 7, 2025
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2575-login-modal-dismissal-issue branch February 7, 2025 02:25
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.

Login Modal should not be dismissible while log-in is still being processed
2 participants