-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Corrected infinite loading problem if non-image file uploaded for profile image #6189
Conversation
Looks like you have a JS linting error |
Thanks for the message. Removed trailing space. I hope no more JS lint error. Let us wait to finish all checks. Finger crossed. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @thienlnam in version: 1.1.13-3 🚀
|
The accessibility issues found in this PR:
Android
|
@thienlnam PR is ready for review.
Details
Whenever non image file uploaded for profile image it will show infinite loading. User can not do anything thereafter, so corrected this problem.
Fixed Issues
$ #5593
Tests | QA Steps
When invalid image file uploaded, Now it will show error message as
Invalid file. Please try a different image.
User will not stuck with loader, and try again with valid image file.Tested On
Screenshots
Web
Web.mp4
Mobile Web
MobileWeb.mp4
Desktop
Desktop.mp4
iOS
iOS.mov
Android
Android.mp4