2023-02-02 04:57:48 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2024-05-10 18:00:43 +08:00
|
|
|
exports[`<RoomSummaryCard /> has button to edit topic when expanded 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2024-07-09 19:36:50 +08:00
|
|
|
aria-labelledby="room-summary-panel-tab"
|
2024-05-10 18:00:43 +08:00
|
|
|
class="mx_BaseCard mx_RoomSummaryCard"
|
2024-07-09 19:36:50 +08:00
|
|
|
id="room-summary-panel"
|
|
|
|
role="tabpanel"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_AutoHideScrollbar"
|
|
|
|
tabindex="-1"
|
|
|
|
>
|
|
|
|
<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);"
|
2024-07-09 19:36:50 +08:00
|
|
|
/>
|
2024-05-10 18:00:43 +08:00
|
|
|
<header
|
|
|
|
class="mx_RoomSummaryCard_container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
|
|
|
data-color="1"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
data-type="round"
|
|
|
|
role="presentation"
|
|
|
|
style="--cpd-avatar-size: 80px;"
|
|
|
|
>
|
|
|
|
!
|
|
|
|
</span>
|
|
|
|
<h1
|
|
|
|
class="_typography_yh5dq_162 _font-heading-md-semibold_yh5dq_121 mx_RoomSummaryCard_roomName text-primary"
|
|
|
|
title="!room:domain.org"
|
|
|
|
>
|
|
|
|
!room:domain.org
|
|
|
|
</h1>
|
|
|
|
<div
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45 mx_RoomSummaryCard_alias text-secondary"
|
|
|
|
title=""
|
|
|
|
/>
|
|
|
|
<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
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-medium_yh5dq_50 _badge_qipht_17"
|
|
|
|
data-kind="default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
width="1em"
|
|
|
|
/>
|
|
|
|
Not encrypted
|
|
|
|
</span>
|
|
|
|
</section>
|
|
|
|
<section
|
|
|
|
class="mx_Flex mx_RoomSummaryCard_topic"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: column; --mx-flex-align: start; --mx-flex-justify: center; --mx-flex-gap: var(--cpd-space-2x);"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_Box mx_RoomSummaryCard_topic_container mx_Box--flex"
|
|
|
|
style="--mx-box-flex: 1;"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
dir="auto"
|
|
|
|
>
|
|
|
|
This is the room's topic.
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
<button
|
2024-07-12 23:27:51 +08:00
|
|
|
class="_icon-button_bh2qc_17 mx_RoomSummaryCard_topic_chevron"
|
2024-05-10 18:00:43 +08:00
|
|
|
role="button"
|
|
|
|
style="--cpd-icon-button-size: 24px;"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="_indicator-icon_133tf_26"
|
|
|
|
style="--cpd-icon-button-size: 100%;"
|
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</div>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_Box mx_RoomSummaryCard_topic_edit mx_Box--flex"
|
|
|
|
style="--mx-box-flex: 1;"
|
|
|
|
>
|
|
|
|
<a
|
|
|
|
class="_link_1mzip_17"
|
|
|
|
data-kind="primary"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
|
|
|
|
>
|
|
|
|
Edit
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
<div
|
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
2024-06-14 22:16:13 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-orientation="vertical"
|
|
|
|
role="menubar"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-checked="false"
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitemcheckbox"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M13.905 9.378 12 5.52l-1.905 3.86-4.259.618 3.082 3.004-.727 4.242L12 15.24l3.81 2.003-.728-4.242 3.082-3.004-4.26-.619ZM8.767 7.55l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733 5.223.76a1 1 0 0 1 .555 1.705L17.23 13.7l.892 5.202a1 1 0 0 1-1.45 1.054L12 17.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<label
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
for=":r3:"
|
|
|
|
>
|
|
|
|
Favourite
|
|
|
|
</label>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_container_qnvru_18"
|
2024-06-17 16:27:15 +08:00
|
|
|
>
|
|
|
|
<input
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_input_qnvru_32"
|
2024-06-17 16:27:15 +08:00
|
|
|
id=":r3:"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_ui_qnvru_42"
|
2024-06-17 16:27:15 +08:00
|
|
|
/>
|
|
|
|
</div>
|
2024-05-10 18:00:43 +08:00
|
|
|
</div>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Invite
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M12 19.071c-.978.978-2.157 1.467-3.536 1.467-1.378 0-2.557-.489-3.535-1.467-.978-.978-1.467-2.157-1.467-3.535 0-1.38.489-2.558 1.467-3.536L7.05 9.879c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.301.436.301.707 0 .27-.1.507-.3.707l-2.122 2.121a2.893 2.893 0 0 0-.884 2.122c0 .824.295 1.532.884 2.12.59.59 1.296.885 2.121.885s1.533-.295 2.122-.884l2.121-2.121c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.506-.3.707L12 19.07Zm-1.414-4.243c-.2.2-.436.301-.707.301a.968.968 0 0 1-.707-.3.97.97 0 0 1-.301-.708c0-.27.1-.506.3-.707l4.243-4.242c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.507-.3.707l-4.242 4.242Zm6.364-.707c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.969.969 0 0 1-.301-.707c0-.27.1-.506.3-.707l2.122-2.121c.59-.59.884-1.297.884-2.121 0-.825-.295-1.533-.884-2.122a2.893 2.893 0 0 0-2.121-.884c-.825 0-1.532.295-2.122.884l-2.121 2.122c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.97.97 0 0 1-.3-.708c0-.27.1-.506.3-.707L12 4.93c.978-.978 2.157-1.467 3.536-1.467 1.378 0 2.557.489 3.535 1.467.978.978 1.467 2.157 1.467 3.536 0 1.378-.489 2.557-1.467 3.535l-2.121 2.121Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Copy link
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-2 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M11.312 2h1.376A2.312 2.312 0 0 1 15 4.312v.247l.002.003c.01.014.031.033.064.047.03.013.056.013.07.01h.002l.177-.177a2.312 2.312 0 0 1 3.27 0l.973.974a2.312 2.312 0 0 1 0 3.269l-.177.177v.003a.134.134 0 0 0 .01.07.153.153 0 0 0 .047.063l.003.002h.247A2.312 2.312 0 0 1 22 11.312v1.376A2.312 2.312 0 0 1 19.688 15h-.247l-.003.002a.152.152 0 0 0-.047.064.134.134 0 0 0-.01.07v.002l.177.177a2.312 2.312 0 0 1 0 3.27l-.974.973a2.312 2.312 0 0 1-3.269 0l-.177-.177h-.003a.134.134 0 0 0-.07.01.152.152 0 0 0-.063.047l-.002.003v.247A2.312 2.312 0 0 1 12.688 22h-1.376A2.312 2.312 0 0 1 9 19.688v-.247l-.002-.003a.153.153 0 0 0-.064-.047.134.134 0 0 0-.07-.01h-.002l-.177.177a2.312 2.312 0 0 1-3.27 0l-.973-.974a2.312 2.312 0 0 1 0-3.269l.177-.177v-.003a.135.135 0 0 0-.01-.07.152.152 0 0 0-.047-.063L4.559 15h-.247A2.312 2.312 0 0 1 2 12.688v-1.376A2.312 2.312 0 0 1 4.312 9h.247l.003-.002a.153.153 0 0 0 .047-.064.135.135 0 0 0 .01-.07v-.002l-.177-.177a2.312 2.312 0 0 1 0-3.27l.974-.973a2.312 2.312 0 0 1 3.269 0l.177.177h.003a.135.135 0 0 0 .07-.01.153.153 0 0 0 .063-.047L9 4.559v-.247A2.312 2.312 0 0 1 11.312 2ZM11 4.312v.257c0 .893-.59 1.593-1.299 1.887-.716.297-1.622.21-2.248-.418l-.182-.182a.312.312 0 0 0-.441 0l-.974.974a.312.312 0 0 0 0 .44l.182.183c.627.626.715 1.531.418 2.248C6.162 10.41 5.462 11 4.569 11h-.257a.312.312 0 0 0-.312.312v1.376c0 .172.14.312.312.312h.257c.893 0 1.593.59 1.887 1.299.297.716.21 1.622-.418 2.248l-.182.182a.312.312 0 0 0 0 .441l.974.973a.31.31 0 0 0 .44 0l.183-.181c.626-.627 1.532-.715 2.248-.418.709.294 1.299.994 1.299 1.887v.257c0 .172.14.312.312.312h1.376c.172 0 .312-.14.312-.312v-.257c0-.893.59-1.593 1.299-1.887.716-.297 1.622-.21 2.248.418l.182.181c.122.122.32.122.441 0l.973-.973a.312.312 0 0 0 0-.44l-.181-.183c-.627-.627-.715-1.532-.418-2.248.294-.709.994-1.299 1.887-1.299h.257c.172 0 .312-.14.312-.312v-1.376a.312.312 0 0 0-.312-.312h-.257c-.893 0-1.593-.59-1.887-1.299-.297-.717-.21-1.622.418-2.248l.181-.182a.312.312 0 0 0 0-.441l-.973-.974a.312.312 0 0 0-.44 0l-.183.182c-.627.627-1.532.715-2.248.418C13.59 6.162 13 5.462 13 4.569v-.257A.312.312 0 0 0 12.688 4h-1.376a.312.312 0 0 0-.312.312Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Settings
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M6 22c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 4 20V4c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 6 2h7.175a1.975 1.975 0 0 1 1.4.575l4.85 4.85a1.975 1.975 0 0 1 .575 1.4V20c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 18 22H6Zm7-14V4H6v16h12V9h-4a.968.968 0 0 1-.713-.287A.967.967 0 0 1 13 8Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Files
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 10a.97.97 0 0 0 .712-.287A.967.967 0 0 0 17 9a.967.967 0 0 0-.288-.713A.968.968 0 0 0 16 8h-3a.968.968 0 0 0-.713.287A.967.967 0 0 0 12 9c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm0 6a.97.97 0 0 0 .712-.287A.968.968 0 0 0 17 15a.968.968 0 0 0-.288-.713A.968.968 0 0 0 16 14h-3a.968.968 0 0 0-.713.287A.968.968 0 0 0 12 15c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm-7-5c.55 0 1.02-.196 1.412-.588C10.804 10.021 11 9.55 11 9c0-.55-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 7c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 9c0 .55.196 1.02.588 1.412.391.392.862.588 1.412.588Zm0 6c.55 0 1.02-.196 1.412-.587.392-.392.588-.863.588-1.413s-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 13c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 15c0 .55.196 1.02.588 1.413.391.391.862.587 1.412.587Zm-4 4c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h14c.55 0 1.02.196 1.413.587.39.393.587.863.587 1.413v14c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 19 21H5Zm0-2h14V5H5v14Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Poll history
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Export Chat
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="critical"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M14 13c.283 0 .52-.096.713-.287A.968.968 0 0 0 15 12a.968.968 0 0 0-.287-.713A.968.968 0 0 0 14 11a.968.968 0 0 0-.713.287A.968.968 0 0 0 13 12c0 .283.096.52.287.713.192.191.43.287.713.287Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M10.385 21.788A.998.998 0 0 1 10 21V3a1.003 1.003 0 0 1 1.242-.97l8 2A1 1 0 0 1 20 5v14a1 1 0 0 1-.758.97l-8 2a.998.998 0 0 1-.857-.182ZM18 5.781l-6-1.5v15.438l6-1.5V5.781ZM9 6H7v12h2v2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2v2Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Leave room
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
|
|
|
class="mx_BaseCard_Group mx_RoomSummaryCard_appsGroup"
|
|
|
|
>
|
|
|
|
<h2>
|
|
|
|
Widgets
|
|
|
|
</h2>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Add widgets, bridges & bots
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-02-02 04:57:48 +08:00
|
|
|
exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2024-07-09 19:36:50 +08:00
|
|
|
aria-labelledby="room-summary-panel-tab"
|
2023-02-02 04:57:48 +08:00
|
|
|
class="mx_BaseCard mx_RoomSummaryCard"
|
2024-07-09 19:36:50 +08:00
|
|
|
id="room-summary-panel"
|
|
|
|
role="tabpanel"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
|
|
|
<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);"
|
2024-07-09 19:36:50 +08:00
|
|
|
/>
|
2023-10-20 21:30:37 +08:00
|
|
|
<header
|
|
|
|
class="mx_RoomSummaryCard_container"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2023-11-11 15:24:48 +08:00
|
|
|
<span
|
2024-03-07 22:40:03 +08:00
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
2024-02-08 01:26:05 +08:00
|
|
|
data-color="1"
|
2023-11-11 15:24:48 +08:00
|
|
|
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>
|
2024-05-10 18:00:43 +08:00
|
|
|
<section
|
|
|
|
class="mx_Flex mx_RoomSummaryCard_topic"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: column; --mx-flex-align: start; --mx-flex-justify: center; --mx-flex-gap: var(--cpd-space-2x);"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_Box mx_Box--flex"
|
|
|
|
style="--mx-box-flex: 1;"
|
|
|
|
>
|
|
|
|
<a
|
|
|
|
class="_link_1mzip_17"
|
|
|
|
data-kind="primary"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
|
|
|
|
>
|
|
|
|
Add topic
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</header>
|
|
|
|
<div
|
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
2024-06-14 22:16:13 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-orientation="vertical"
|
|
|
|
role="menubar"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-checked="false"
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitemcheckbox"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M13.905 9.378 12 5.52l-1.905 3.86-4.259.618 3.082 3.004-.727 4.242L12 15.24l3.81 2.003-.728-4.242 3.082-3.004-4.26-.619ZM8.767 7.55l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733 5.223.76a1 1 0 0 1 .555 1.705L17.23 13.7l.892 5.202a1 1 0 0 1-1.45 1.054L12 17.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<label
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
for=":r1:"
|
|
|
|
>
|
|
|
|
Favourite
|
|
|
|
</label>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_container_qnvru_18"
|
2024-06-17 16:27:15 +08:00
|
|
|
>
|
|
|
|
<input
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_input_qnvru_32"
|
2024-06-17 16:27:15 +08:00
|
|
|
id=":r1:"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_ui_qnvru_42"
|
2024-06-17 16:27:15 +08:00
|
|
|
/>
|
|
|
|
</div>
|
2024-05-10 18:00:43 +08:00
|
|
|
</div>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Invite
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M12 19.071c-.978.978-2.157 1.467-3.536 1.467-1.378 0-2.557-.489-3.535-1.467-.978-.978-1.467-2.157-1.467-3.535 0-1.38.489-2.558 1.467-3.536L7.05 9.879c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.301.436.301.707 0 .27-.1.507-.3.707l-2.122 2.121a2.893 2.893 0 0 0-.884 2.122c0 .824.295 1.532.884 2.12.59.59 1.296.885 2.121.885s1.533-.295 2.122-.884l2.121-2.121c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.506-.3.707L12 19.07Zm-1.414-4.243c-.2.2-.436.301-.707.301a.968.968 0 0 1-.707-.3.97.97 0 0 1-.301-.708c0-.27.1-.506.3-.707l4.243-4.242c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.507-.3.707l-4.242 4.242Zm6.364-.707c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.969.969 0 0 1-.301-.707c0-.27.1-.506.3-.707l2.122-2.121c.59-.59.884-1.297.884-2.121 0-.825-.295-1.533-.884-2.122a2.893 2.893 0 0 0-2.121-.884c-.825 0-1.532.295-2.122.884l-2.121 2.122c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.97.97 0 0 1-.3-.708c0-.27.1-.506.3-.707L12 4.93c.978-.978 2.157-1.467 3.536-1.467 1.378 0 2.557.489 3.535 1.467.978.978 1.467 2.157 1.467 3.536 0 1.378-.489 2.557-1.467 3.535l-2.121 2.121Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Copy link
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-2 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M11.312 2h1.376A2.312 2.312 0 0 1 15 4.312v.247l.002.003c.01.014.031.033.064.047.03.013.056.013.07.01h.002l.177-.177a2.312 2.312 0 0 1 3.27 0l.973.974a2.312 2.312 0 0 1 0 3.269l-.177.177v.003a.134.134 0 0 0 .01.07.153.153 0 0 0 .047.063l.003.002h.247A2.312 2.312 0 0 1 22 11.312v1.376A2.312 2.312 0 0 1 19.688 15h-.247l-.003.002a.152.152 0 0 0-.047.064.134.134 0 0 0-.01.07v.002l.177.177a2.312 2.312 0 0 1 0 3.27l-.974.973a2.312 2.312 0 0 1-3.269 0l-.177-.177h-.003a.134.134 0 0 0-.07.01.152.152 0 0 0-.063.047l-.002.003v.247A2.312 2.312 0 0 1 12.688 22h-1.376A2.312 2.312 0 0 1 9 19.688v-.247l-.002-.003a.153.153 0 0 0-.064-.047.134.134 0 0 0-.07-.01h-.002l-.177.177a2.312 2.312 0 0 1-3.27 0l-.973-.974a2.312 2.312 0 0 1 0-3.269l.177-.177v-.003a.135.135 0 0 0-.01-.07.152.152 0 0 0-.047-.063L4.559 15h-.247A2.312 2.312 0 0 1 2 12.688v-1.376A2.312 2.312 0 0 1 4.312 9h.247l.003-.002a.153.153 0 0 0 .047-.064.135.135 0 0 0 .01-.07v-.002l-.177-.177a2.312 2.312 0 0 1 0-3.27l.974-.973a2.312 2.312 0 0 1 3.269 0l.177.177h.003a.135.135 0 0 0 .07-.01.153.153 0 0 0 .063-.047L9 4.559v-.247A2.312 2.312 0 0 1 11.312 2ZM11 4.312v.257c0 .893-.59 1.593-1.299 1.887-.716.297-1.622.21-2.248-.418l-.182-.182a.312.312 0 0 0-.441 0l-.974.974a.312.312 0 0 0 0 .44l.182.183c.627.626.715 1.531.418 2.248C6.162 10.41 5.462 11 4.569 11h-.257a.312.312 0 0 0-.312.312v1.376c0 .172.14.312.312.312h.257c.893 0 1.593.59 1.887 1.299.297.716.21 1.622-.418 2.248l-.182.182a.312.312 0 0 0 0 .441l.974.973a.31.31 0 0 0 .44 0l.183-.181c.626-.627 1.532-.715 2.248-.418.709.294 1.299.994 1.299 1.887v.257c0 .172.14.312.312.312h1.376c.172 0 .312-.14.312-.312v-.257c0-.893.59-1.593 1.299-1.887.716-.297 1.622-.21 2.248.418l.182.181c.122.122.32.122.441 0l.973-.973a.312.312 0 0 0 0-.44l-.181-.183c-.627-.627-.715-1.532-.418-2.248.294-.709.994-1.299 1.887-1.299h.257c.172 0 .312-.14.312-.312v-1.376a.312.312 0 0 0-.312-.312h-.257c-.893 0-1.593-.59-1.887-1.299-.297-.717-.21-1.622.418-2.248l.181-.182a.312.312 0 0 0 0-.441l-.973-.974a.312.312 0 0 0-.44 0l-.183.182c-.627.627-1.532.715-2.248.418C13.59 6.162 13 5.462 13 4.569v-.257A.312.312 0 0 0 12.688 4h-1.376a.312.312 0 0 0-.312.312Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Settings
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M6 22c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 4 20V4c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 6 2h7.175a1.975 1.975 0 0 1 1.4.575l4.85 4.85a1.975 1.975 0 0 1 .575 1.4V20c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 18 22H6Zm7-14V4H6v16h12V9h-4a.968.968 0 0 1-.713-.287A.967.967 0 0 1 13 8Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Files
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 10a.97.97 0 0 0 .712-.287A.967.967 0 0 0 17 9a.967.967 0 0 0-.288-.713A.968.968 0 0 0 16 8h-3a.968.968 0 0 0-.713.287A.967.967 0 0 0 12 9c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm0 6a.97.97 0 0 0 .712-.287A.968.968 0 0 0 17 15a.968.968 0 0 0-.288-.713A.968.968 0 0 0 16 14h-3a.968.968 0 0 0-.713.287A.968.968 0 0 0 12 15c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm-7-5c.55 0 1.02-.196 1.412-.588C10.804 10.021 11 9.55 11 9c0-.55-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 7c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 9c0 .55.196 1.02.588 1.412.391.392.862.588 1.412.588Zm0 6c.55 0 1.02-.196 1.412-.587.392-.392.588-.863.588-1.413s-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 13c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 15c0 .55.196 1.02.588 1.413.391.391.862.587 1.412.587Zm-4 4c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h14c.55 0 1.02.196 1.413.587.39.393.587.863.587 1.413v14c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 19 21H5Zm0-2h14V5H5v14Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Poll history
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Export Chat
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2024-05-10 18:00:43 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="critical"
|
|
|
|
role="menuitem"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M14 13c.283 0 .52-.096.713-.287A.968.968 0 0 0 15 12a.968.968 0 0 0-.287-.713A.968.968 0 0 0 14 11a.968.968 0 0 0-.713.287A.968.968 0 0 0 13 12c0 .283.096.52.287.713.192.191.43.287.713.287Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M10.385 21.788A.998.998 0 0 1 10 21V3a1.003 1.003 0 0 1 1.242-.97l8 2A1 1 0 0 1 20 5v14a1 1 0 0 1-.758.97l-8 2a.998.998 0 0 1-.857-.182ZM18 5.781l-6-1.5v15.438l6-1.5V5.781ZM9 6H7v12h2v2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2v2Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Leave room
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|
2024-05-10 18:00:43 +08:00
|
|
|
<div
|
|
|
|
class="mx_BaseCard_Group mx_RoomSummaryCard_appsGroup"
|
|
|
|
>
|
|
|
|
<h2>
|
|
|
|
Widgets
|
|
|
|
</h2>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Add widgets, bridges & bots
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
2024-07-09 19:36:50 +08:00
|
|
|
aria-labelledby="room-summary-panel-tab"
|
2024-05-10 18:00:43 +08:00
|
|
|
class="mx_BaseCard mx_RoomSummaryCard"
|
2024-07-09 19:36:50 +08:00
|
|
|
id="room-summary-panel"
|
|
|
|
role="tabpanel"
|
2024-05-10 18:00:43 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_AutoHideScrollbar"
|
|
|
|
tabindex="-1"
|
|
|
|
>
|
|
|
|
<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);"
|
2024-07-09 19:36:50 +08:00
|
|
|
/>
|
2024-05-10 18:00:43 +08:00
|
|
|
<header
|
|
|
|
class="mx_RoomSummaryCard_container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
|
|
|
data-color="1"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
data-type="round"
|
|
|
|
role="presentation"
|
|
|
|
style="--cpd-avatar-size: 80px;"
|
|
|
|
>
|
|
|
|
!
|
|
|
|
</span>
|
|
|
|
<h1
|
|
|
|
class="_typography_yh5dq_162 _font-heading-md-semibold_yh5dq_121 mx_RoomSummaryCard_roomName text-primary"
|
|
|
|
title="!room:domain.org"
|
|
|
|
>
|
|
|
|
!room:domain.org
|
|
|
|
</h1>
|
|
|
|
<div
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-semibold_yh5dq_45 mx_RoomSummaryCard_alias text-secondary"
|
|
|
|
title=""
|
|
|
|
/>
|
|
|
|
<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
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-medium_yh5dq_50 _badge_qipht_17"
|
|
|
|
data-kind="default"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
width="1em"
|
|
|
|
/>
|
|
|
|
Not encrypted
|
|
|
|
</span>
|
|
|
|
</section>
|
|
|
|
<section
|
|
|
|
class="mx_Flex mx_RoomSummaryCard_topic mx_RoomSummaryCard_topic_collapsed"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: column; --mx-flex-align: start; --mx-flex-justify: center; --mx-flex-gap: var(--cpd-space-2x);"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_Box mx_RoomSummaryCard_topic_container mx_Box--flex"
|
|
|
|
style="--mx-box-flex: 1;"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
dir="auto"
|
|
|
|
>
|
|
|
|
This is the room's topic.
|
|
|
|
</span>
|
|
|
|
</p>
|
|
|
|
<button
|
2024-07-12 23:27:51 +08:00
|
|
|
class="_icon-button_bh2qc_17 mx_RoomSummaryCard_topic_chevron"
|
2024-05-10 18:00:43 +08:00
|
|
|
role="button"
|
|
|
|
style="--cpd-icon-button-size: 24px;"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="_indicator-icon_133tf_26"
|
|
|
|
style="--cpd-icon-button-size: 100%;"
|
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</div>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</section>
|
2023-10-20 21:30:37 +08:00
|
|
|
</header>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2024-02-02 18:26:06 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
2023-11-16 11:25:34 +08:00
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
|
|
|
/>
|
2024-06-14 22:16:13 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-orientation="vertical"
|
|
|
|
role="menubar"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-checked="false"
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitemcheckbox"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M13.905 9.378 12 5.52l-1.905 3.86-4.259.618 3.082 3.004-.727 4.242L12 15.24l3.81 2.003-.728-4.242 3.082-3.004-4.26-.619ZM8.767 7.55l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733 5.223.76a1 1 0 0 1 .555 1.705L17.23 13.7l.892 5.202a1 1 0 0 1-1.45 1.054L12 17.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<label
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
for=":r2:"
|
|
|
|
>
|
|
|
|
Favourite
|
|
|
|
</label>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_container_qnvru_18"
|
2024-06-17 16:27:15 +08:00
|
|
|
>
|
|
|
|
<input
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_input_qnvru_32"
|
2024-06-17 16:27:15 +08:00
|
|
|
id=":r2:"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
<div
|
2024-06-20 17:09:20 +08:00
|
|
|
class="_ui_qnvru_42"
|
2024-06-17 16:27:15 +08:00
|
|
|
/>
|
|
|
|
</div>
|
2023-02-02 04:57:48 +08:00
|
|
|
</div>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2023-11-16 11:25:34 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Invite
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M12 19.071c-.978.978-2.157 1.467-3.536 1.467-1.378 0-2.557-.489-3.535-1.467-.978-.978-1.467-2.157-1.467-3.535 0-1.38.489-2.558 1.467-3.536L7.05 9.879c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.301.436.301.707 0 .27-.1.507-.3.707l-2.122 2.121a2.893 2.893 0 0 0-.884 2.122c0 .824.295 1.532.884 2.12.59.59 1.296.885 2.121.885s1.533-.295 2.122-.884l2.121-2.121c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.506-.3.707L12 19.07Zm-1.414-4.243c-.2.2-.436.301-.707.301a.968.968 0 0 1-.707-.3.97.97 0 0 1-.301-.708c0-.27.1-.506.3-.707l4.243-4.242c.2-.2.436-.3.707-.3.271 0 .507.1.707.3.2.2.3.436.3.707 0 .27-.1.507-.3.707l-4.242 4.242Zm6.364-.707c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.969.969 0 0 1-.301-.707c0-.27.1-.506.3-.707l2.122-2.121c.59-.59.884-1.297.884-2.121 0-.825-.295-1.533-.884-2.122a2.893 2.893 0 0 0-2.121-.884c-.825 0-1.532.295-2.122.884l-2.121 2.122c-.2.2-.436.3-.707.3a.968.968 0 0 1-.707-.3.97.97 0 0 1-.3-.708c0-.27.1-.506.3-.707L12 4.93c.978-.978 2.157-1.467 3.536-1.467 1.378 0 2.557.489 3.535 1.467.978.978 1.467 2.157 1.467 3.536 0 1.378-.489 2.557-1.467 3.535l-2.121 2.121Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Copy link
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-2 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M11.312 2h1.376A2.312 2.312 0 0 1 15 4.312v.247l.002.003c.01.014.031.033.064.047.03.013.056.013.07.01h.002l.177-.177a2.312 2.312 0 0 1 3.27 0l.973.974a2.312 2.312 0 0 1 0 3.269l-.177.177v.003a.134.134 0 0 0 .01.07.153.153 0 0 0 .047.063l.003.002h.247A2.312 2.312 0 0 1 22 11.312v1.376A2.312 2.312 0 0 1 19.688 15h-.247l-.003.002a.152.152 0 0 0-.047.064.134.134 0 0 0-.01.07v.002l.177.177a2.312 2.312 0 0 1 0 3.27l-.974.973a2.312 2.312 0 0 1-3.269 0l-.177-.177h-.003a.134.134 0 0 0-.07.01.152.152 0 0 0-.063.047l-.002.003v.247A2.312 2.312 0 0 1 12.688 22h-1.376A2.312 2.312 0 0 1 9 19.688v-.247l-.002-.003a.153.153 0 0 0-.064-.047.134.134 0 0 0-.07-.01h-.002l-.177.177a2.312 2.312 0 0 1-3.27 0l-.973-.974a2.312 2.312 0 0 1 0-3.269l.177-.177v-.003a.135.135 0 0 0-.01-.07.152.152 0 0 0-.047-.063L4.559 15h-.247A2.312 2.312 0 0 1 2 12.688v-1.376A2.312 2.312 0 0 1 4.312 9h.247l.003-.002a.153.153 0 0 0 .047-.064.135.135 0 0 0 .01-.07v-.002l-.177-.177a2.312 2.312 0 0 1 0-3.27l.974-.973a2.312 2.312 0 0 1 3.269 0l.177.177h.003a.135.135 0 0 0 .07-.01.153.153 0 0 0 .063-.047L9 4.559v-.247A2.312 2.312 0 0 1 11.312 2ZM11 4.312v.257c0 .893-.59 1.593-1.299 1.887-.716.297-1.622.21-2.248-.418l-.182-.182a.312.312 0 0 0-.441 0l-.974.974a.312.312 0 0 0 0 .44l.182.183c.627.626.715 1.531.418 2.248C6.162 10.41 5.462 11 4.569 11h-.257a.312.312 0 0 0-.312.312v1.376c0 .172.14.312.312.312h.257c.893 0 1.593.59 1.887 1.299.297.716.21 1.622-.418 2.248l-.182.182a.312.312 0 0 0 0 .441l.974.973a.31.31 0 0 0 .44 0l.183-.181c.626-.627 1.532-.715 2.248-.418.709.294 1.299.994 1.299 1.887v.257c0 .172.14.312.312.312h1.376c.172 0 .312-.14.312-.312v-.257c0-.893.59-1.593 1.299-1.887.716-.297 1.622-.21 2.248.418l.182.181c.122.122.32.122.441 0l.973-.973a.312.312 0 0 0 0-.44l-.181-.183c-.627-.627-.715-1.532-.418-2.248.294-.709.994-1.299 1.887-1.299h.257c.172 0 .312-.14.312-.312v-1.376a.312.312 0 0 0-.312-.312h-.257c-.893 0-1.593-.59-1.887-1.299-.297-.717-.21-1.622.418-2.248l.181-.182a.312.312 0 0 0 0-.441l-.973-.974a.312.312 0 0 0-.44 0l-.183.182c-.627.627-1.532.715-2.248.418C13.59 6.162 13 5.462 13 4.569v-.257A.312.312 0 0 0 12.688 4h-1.376a.312.312 0 0 0-.312.312Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Settings
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2023-11-16 11:25:34 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2023-11-16 11:25:34 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M6 22c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 4 20V4c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 6 2h7.175a1.975 1.975 0 0 1 1.4.575l4.85 4.85a1.975 1.975 0 0 1 .575 1.4V20c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 18 22H6Zm7-14V4H6v16h12V9h-4a.968.968 0 0 1-.713-.287A.967.967 0 0 1 13 8Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Files
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-02-02 04:57:48 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M16 10a.97.97 0 0 0 .712-.287A.967.967 0 0 0 17 9a.967.967 0 0 0-.288-.713A.968.968 0 0 0 16 8h-3a.968.968 0 0 0-.713.287A.967.967 0 0 0 12 9c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm0 6a.97.97 0 0 0 .712-.287A.968.968 0 0 0 17 15a.968.968 0 0 0-.288-.713A.968.968 0 0 0 16 14h-3a.968.968 0 0 0-.713.287A.968.968 0 0 0 12 15c0 .283.096.52.287.713.192.191.43.287.713.287h3Zm-7-5c.55 0 1.02-.196 1.412-.588C10.804 10.021 11 9.55 11 9c0-.55-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 7c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 9c0 .55.196 1.02.588 1.412.391.392.862.588 1.412.588Zm0 6c.55 0 1.02-.196 1.412-.587.392-.392.588-.863.588-1.413s-.196-1.02-.588-1.412A1.926 1.926 0 0 0 9 13c-.55 0-1.02.196-1.412.588A1.926 1.926 0 0 0 7 15c0 .55.196 1.02.588 1.413.391.391.862.587 1.412.587Zm-4 4c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h14c.55 0 1.02.196 1.413.587.39.393.587.863.587 1.413v14c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 19 21H5Zm0-2h14V5H5v14Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Poll history
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="primary"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-06-17 16:27:15 +08:00
|
|
|
<div
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
|
|
|
height="24"
|
|
|
|
width="24"
|
2023-11-16 11:25:34 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Export Chat
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2023-02-02 04:57:48 +08:00
|
|
|
<div
|
2024-06-17 16:27:15 +08:00
|
|
|
class="_separator_144s5_17"
|
|
|
|
data-kind="primary"
|
|
|
|
data-orientation="horizontal"
|
|
|
|
role="separator"
|
2023-11-16 11:25:34 +08:00
|
|
|
/>
|
2024-06-17 16:27:15 +08:00
|
|
|
<button
|
|
|
|
class="_item_1gwvj_17 _interactive_1gwvj_36"
|
|
|
|
data-kind="critical"
|
|
|
|
role="menuitem"
|
2023-11-16 11:25:34 +08:00
|
|
|
>
|
2024-07-24 17:49:33 +08:00
|
|
|
<svg
|
2024-06-17 16:27:15 +08:00
|
|
|
aria-hidden="true"
|
|
|
|
class="_icon_1gwvj_44"
|
2024-07-24 17:49:33 +08:00
|
|
|
fill="currentColor"
|
2024-06-17 16:27:15 +08:00
|
|
|
height="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
viewBox="0 0 24 24"
|
2024-06-17 16:27:15 +08:00
|
|
|
width="24"
|
2024-07-24 17:49:33 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M14 13c.283 0 .52-.096.713-.287A.968.968 0 0 0 15 12a.968.968 0 0 0-.287-.713A.968.968 0 0 0 14 11a.968.968 0 0 0-.713.287A.968.968 0 0 0 13 12c0 .283.096.52.287.713.192.191.43.287.713.287Z"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M10.385 21.788A.998.998 0 0 1 10 21V3a1.003 1.003 0 0 1 1.242-.97l8 2A1 1 0 0 1 20 5v14a1 1 0 0 1-.758.97l-8 2a.998.998 0 0 1-.857-.182ZM18 5.781l-6-1.5v15.438l6-1.5V5.781ZM9 6H7v12h2v2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2v2Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2024-06-17 16:27:15 +08:00
|
|
|
<span
|
|
|
|
class="_typography_yh5dq_162 _font-body-md-medium_yh5dq_69 _label_1gwvj_53"
|
|
|
|
>
|
|
|
|
Leave room
|
|
|
|
</span>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class="_nav-hint_1gwvj_60"
|
|
|
|
fill="currentColor"
|
|
|
|
height="24"
|
|
|
|
viewBox="8 0 8 24"
|
|
|
|
width="8"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M8.7 17.3a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7l3.9-3.9-3.9-3.9a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l4.6 4.6c.1.1.17.208.213.325.041.117.062.242.062.375s-.02.258-.063.375a.876.876 0 0 1-.212.325l-4.6 4.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
|
|
|
</div>
|
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>
|
|
|
|
`;
|