Change avatar to use Compound implementation (#11448)

* Move avatar to new compound implementation

* Make space avatars square

* Remove reference to the avatar initial CSS class

* remove references to mx_BaseAvatar_image

* Fixe test suites

* Fix accessbility violations

* Add ConfirmUserActionDialog test

* Fix tests

* Add FacePile test

* Fix items clipping in members list

* Fix user info avatar sizing

* Fix tests
This commit is contained in:
Germain 2023-08-24 04:48:35 +01:00 committed by GitHub
parent e34920133e
commit 09c5e06d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
125 changed files with 936 additions and 1413 deletions

View file

@ -24,14 +24,27 @@ exports[`<AddExistingToSpaceDialog /> looks as expected 1`] = `
<div
class="mx_SubspaceSelector"
>
<img
alt=""
class="mx_BaseAvatar mx_BaseAvatar_image mx_RoomAvatar_isSpaceRoom"
<span
aria-label="Avatar"
class="_avatar_i91o9_17 mx_BaseAvatar"
data-color="6"
data-testid="avatar-img"
loading="lazy"
src="http://this.is.a.url/avatar.url/room.png"
style="width: 40px; height: 40px;"
/>
data-type="square"
style="--cpd-avatar-size: 40px;"
>
<img
alt=""
class="_image_i91o9_45"
crossorigin="anonymous"
data-type="square"
height="40px"
loading="lazy"
referrerpolicy="no-referrer"
src="http://this.is.a.url/avatar.url/room.png"
title="!spaceid:example.com"
width="40px"
/>
</span>
<div>
<h1>
Add existing rooms