2023-02-02 04:57:48 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="mx_BaseCard mx_RoomSummaryCard"
|
|
|
|
>
|
|
|
|
<div
|
2023-10-20 21:30:37 +08:00
|
|
|
class="mx_AutoHideScrollbar"
|
|
|
|
tabindex="-1"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-10-20 21:30:37 +08:00
|
|
|
<header
|
|
|
|
class="mx_Flex mx_RoomSummaryCard_header"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: space-between; --mx-flex-gap: var(--cpd-space-3x);"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-10-20 21:30:37 +08:00
|
|
|
<button
|
|
|
|
aria-label="Search"
|
|
|
|
class="mx_RoomSummaryCard_searchBtn"
|
|
|
|
data-state="closed"
|
|
|
|
data-testid="summary-search"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-10-20 21:30:37 +08:00
|
|
|
<div
|
|
|
|
height="100%"
|
|
|
|
width="100%"
|
|
|
|
/>
|
|
|
|
</button>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2023-10-20 21:30:37 +08:00
|
|
|
class="mx_AccessibleButton mx_BaseCard_close"
|
|
|
|
data-testid="base-card-close-button"
|
|
|
|
role="button"
|
2023-02-02 04:57:48 +08:00
|
|
|
tabindex="0"
|
2023-10-20 21:30:37 +08:00
|
|
|
title="Close"
|
2023-02-02 04:57:48 +08:00
|
|
|
/>
|
2023-10-20 21:30:37 +08:00
|
|
|
</header>
|
|
|
|
<header
|
|
|
|
class="mx_RoomSummaryCard_container"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-11 15:24:48 +08:00
|
|
|
<span
|
|
|
|
class="_avatar_1o69u_17 mx_BaseAvatar _avatar-imageless_1o69u_60"
|
|
|
|
data-color="7"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
data-type="round"
|
2023-10-20 21:30:37 +08:00
|
|
|
role="presentation"
|
2023-11-11 15:24:48 +08:00
|
|
|
style="--cpd-avatar-size: 80px;"
|
2023-10-20 21:30:37 +08:00
|
|
|
>
|
2023-11-11 15:24:48 +08:00
|
|
|
!
|
|
|
|
</span>
|
2023-10-20 21:30:37 +08:00
|
|
|
<h1
|
2023-11-16 11:25:34 +08:00
|
|
|
class="_typography_yh5dq_162 _font-heading-md-semibold_yh5dq_121 mx_RoomSummaryCard_roomName text-primary"
|
2023-10-20 21:30:37 +08:00
|
|
|
title="!room:domain.org"
|
|
|
|
>
|
|
|
|
!room:domain.org
|
|
|
|
</h1>
|
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45 mx_RoomSummaryCard_alias text-secondary"
|
2023-10-20 21:30:37 +08:00
|
|
|
title=""
|
|
|
|
/>
|
2023-11-11 15:24:48 +08:00
|
|
|
<section
|
|
|
|
class="mx_Flex mx_RoomSummaryCard_badges"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: start; --mx-flex-justify: center; --mx-flex-gap: var(--cpd-space-2x);"
|
|
|
|
>
|
|
|
|
<span
|
2023-11-16 11:25:34 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-sm-medium_yh5dq_50 _badge_qipht_17"
|
2023-11-11 15:24:48 +08:00
|
|
|
data-kind="default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
width="1em"
|
|
|
|
/>
|
|
|
|
Not encrypted
|
|
|
|
</span>
|
|
|
|
</section>
|
2023-10-20 21:30:37 +08:00
|
|
|
</header>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_separator_1dey0_17"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
|
|
|
<label
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
for=":r1:"
|
|
|
|
role="menuitemcheckbox"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-16 11:25:34 +08:00
|
|
|
Favourite
|
|
|
|
</span>
|
|
|
|
<div
|
|
|
|
class="_container_ik1u1_18"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="_input_ik1u1_32"
|
|
|
|
id=":r1:"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="_ui_ik1u1_42"
|
|
|
|
/>
|
2023-02-02 04:57:48 +08:00
|
|
|
</div>
|
2023-11-16 11:25:34 +08:00
|
|
|
</label>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
|
|
|
Invite
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
|
|
|
Copy link
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
|
|
|
Settings
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<div
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_separator_1dey0_17"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
|
|
|
People
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
|
|
|
Files
|
2023-11-16 11:25:34 +08:00
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
2023-03-16 04:54:12 +08:00
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-03-16 04:54:12 +08:00
|
|
|
>
|
2023-03-29 06:13:51 +08:00
|
|
|
Poll history
|
2023-11-16 11:25:34 +08:00
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-16 11:25:34 +08:00
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-16 11:25:34 +08:00
|
|
|
Export Chat
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<div
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_separator_1dey0_17"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
|
|
|
<button
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_item_1bcsk_17 _interactive_1bcsk_36"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-kind="critical"
|
|
|
|
role="menuitem"
|
|
|
|
>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2023-11-16 11:25:34 +08:00
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon_1bcsk_44"
|
2023-11-16 11:25:34 +08:00
|
|
|
height="24"
|
|
|
|
width="24"
|
|
|
|
/>
|
|
|
|
<span
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1bcsk_53"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-16 11:25:34 +08:00
|
|
|
Leave room
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_nav-hint_1bcsk_60"
|
2023-11-16 11:25:34 +08:00
|
|
|
fill="none"
|
|
|
|
height="24"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="24"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.70005 17.3C8.51672 17.1167 8.42505 16.8834 8.42505 16.6C8.42505 16.3167 8.51672 16.0834 8.70005 15.9L12.6 12L8.70005 8.10005C8.51672 7.91672 8.42505 7.68338 8.42505 7.40005C8.42505 7.11672 8.51672 6.88338 8.70005 6.70005C8.88338 6.51672 9.11672 6.42505 9.40005 6.42505C9.68338 6.42505 9.91672 6.51672 10.1 6.70005L14.7 11.3C14.8 11.4 14.8709 11.5084 14.9125 11.625C14.9542 11.7417 14.975 11.8667 14.975 12C14.975 12.1334 14.9542 12.2584 14.9125 12.375C14.8709 12.4917 14.8 12.6 14.7 12.7L10.1 17.3C9.91672 17.4834 9.68338 17.575 9.40005 17.575C9.11672 17.575 8.88338 17.4834 8.70005 17.3Z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
|
|
|
class="mx_BaseCard_Group mx_RoomSummaryCard_appsGroup"
|
|
|
|
>
|
2023-04-21 01:13:30 +08:00
|
|
|
<h2>
|
2023-02-02 04:57:48 +08:00
|
|
|
Widgets
|
2023-04-21 01:13:30 +08:00
|
|
|
</h2>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Add widgets, bridges & bots
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|