Skip to content

Fix user avatar size (URL) #3252

@maxceem

Description

@maxceem

In the new left sidebar and on the user profile page we are loading the full-sized user avatar directly from S3

image

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:

image

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:

  1. Find all the places where we load user avatars.
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions