-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
In the new left sidebar and on the user profile page we are loading the full-sized user avatar directly from S3
Such images may have a very big size.
Instead, we should load avatars through the cloudfront service, as we do it for use avatar in the top toolbar:
Before we fixed this issue for the top toolbar #2839. We should fix this issue now for all places in Connect App where we show user avatar, if there any others not only for mentioned above.
TODO:
- Find all the places where we load user avatars.
- Fix all of them to load avatars using cloudfront service. And it should load image in the size which is necessary for the particular avatar image, like 35, 40, 80 and so on.
vikasrohit

