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
Since image uploads and edits are supposed to be functional soon, it would be better if we create a dedicated ImageService for the same. Doing so right now will help us in following SOLID principles and ease PR management in the future.
For now, convertToBase64 can be moved from EditProfilePageViewModel
The text was updated successfully, but these errors were encountered:
Since image uploads and edits are supposed to be functional soon, it would be better if we create a dedicated ImageService for the same. Doing so right now will help us in following SOLID principles and ease PR management in the future.
For now,
convertToBase64
can be moved fromEditProfilePageViewModel
The text was updated successfully, but these errors were encountered: