You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the onboarding process I couldn't upload an image and an error was reported. However after validation my account I was able to upload the same image when editing my profile.
To Reproduce
Steps to reproduce the behavior:
Sign up in circles.garden
Try to upload an big image from your fallery
See error
Click "i'll do it later"
Get three trusts
Deploy account
Go to edit profile
Select the same image from the gallery
No error
Expected behavior
I expected the app compresses my image in the onboarding process
The text was updated successfully, but these errors were encountered:
This is because the Onboarding.js uses component AvatarUploader.js and EditProfile.js does not. We have duplicated functionality. When EditProfile was implemented, the AvatarUploader component was not used / updated.
The functionality in EditProfile.js (uploadPhoto function) should be moved to Avatar Uploader to replace the approach there.
AvatarUploader should then be used in both Onboarding.js and EditProfile.js
Describe the bug
In the onboarding process I couldn't upload an image and an error was reported. However after validation my account I was able to upload the same image when editing my profile.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the app compresses my image in the onboarding process
The text was updated successfully, but these errors were encountered: