move the user count to the Section header

This commit is contained in:
Girish Ramakrishnan
2025-09-15 17:26:52 +02:00
parent 8ccae822fe
commit 0530a58530
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -27,6 +27,7 @@ function onTitleBadge() {
<h2 class="section-header">
<div>
<slot name="header-title">{{ title }}</slot>
<slot name="header-title-extra"></slot>
<div class="section-header-title-badge" v-if="titleBadge" @click="onTitleBadge()">{{ titleBadge }}</div>
</div>
<div><slot name="header-buttons"></slot></div>
@@ -62,7 +63,7 @@ function onTitleBadge() {
display: flex;
gap: 6px;
flex-wrap: wrap;
align-items: center;
align-items: baseline;
}
.section-divider {