Move threads header below base card header (#28969)

* Move threads header below base card header

* Fix jest tests
This commit is contained in:
R Midhun Suresh
2025-01-27 16:40:25 +05:30
committed by GitHub
parent b8a3468485
commit 95da3834f2
3 changed files with 57 additions and 45 deletions

View File

@@ -3,20 +3,23 @@
exports[`ThreadPanel Header expect that All filter for ThreadPanelHeader properly renders Show: All threads 1`] = `
<DocumentFragment>
<div
class="mx_BaseCard_header_title"
class="mx_ThreadPanelHeader"
>
<button
aria-labelledby=":r0:"
class="_icon-button_bh2qc_17"
role="button"
style="--cpd-icon-button-size: 24px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div
class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;"
>
<div />
<div
height="20"
width="20"
/>
</div>
</button>
<div
@@ -38,20 +41,23 @@ exports[`ThreadPanel Header expect that All filter for ThreadPanelHeader properl
exports[`ThreadPanel Header expect that My filter for ThreadPanelHeader properly renders Show: My threads 1`] = `
<DocumentFragment>
<div
class="mx_BaseCard_header_title"
class="mx_ThreadPanelHeader"
>
<button
aria-labelledby=":r6:"
class="_icon-button_bh2qc_17"
role="button"
style="--cpd-icon-button-size: 24px;"
style="--cpd-icon-button-size: 28px;"
tabindex="0"
>
<div
class="_indicator-icon_133tf_26"
style="--cpd-icon-button-size: 100%;"
>
<div />
<div
height="20"
width="20"
/>
</div>
</button>
<div