mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-22 11:14:24 +03:00
d551469543
* Fix performance issues with useRoomMembers With the current implementation it would create a new function, with leading: true, rendering the whole throttling useless * Add public room indicator * Format room members count better * Add public room test * Add search to room summary card * Update settings UI * Update snapshot * Remove default title attribute
26 lines
565 B
Text
26 lines
565 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<RoomFacePile /> renders 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_FacePile"
|
|
data-state="closed"
|
|
>
|
|
<div
|
|
class="_stacked-avatars_2lhia_116"
|
|
>
|
|
<span
|
|
class="_avatar_2lhia_17 mx_BaseAvatar _avatar-imageless_2lhia_56"
|
|
data-color="8"
|
|
data-testid="avatar-img"
|
|
data-type="round"
|
|
role="presentation"
|
|
style="--cpd-avatar-size: 28px;"
|
|
title="@bob:example.org"
|
|
>
|
|
b
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|