Skip to content

Migrate to Pajamas::AvatarComponent for _member

What does this MR do and why?

Migrates app/views/shared/members/_member.html.haml#L52 to Pajamas::AvatarComponent because custom avatar implementation is depreciated.

Solves #435367 (closed)

Screenshots or screen recordings

before:

before.png

after:

after.png

How to set up and validate locally

  1. Ensure pipelines pass

  2. Follow these set of instructions from the Issue to view changes

    1. Go to a group -> Manage -> Members.
    2. Click Invite members
    3. Enter an email that isn't already assigned to a user.
    4. Go to /admin/groups and find the group you were just at
    5. In the group members section make sure the avatar for the invite looks correct

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports