move expand click handler to StatusContent

This commit is contained in:
Henry Jameson 2025-08-15 09:10:26 +03:00
commit bfd1809a34

View file

@ -13,7 +13,6 @@
class="NotificationParent"
:class="{ '-expandable': expandable }"
:aria-controls="'notif-' +notification.id"
@click="toggleStatusExpanded()"
v-else
>
<div
@ -256,6 +255,7 @@
:compact="!statusExpanded"
:status="notification.status"
:collapse="statusExpanded"
@click="toggleStatusExpanded()"
/>
</template>
</div>