display subject in coversation's header

This commit is contained in:
Henry Jameson 2026-07-23 13:42:41 +03:00
commit 3c8d7ed11f
3 changed files with 12 additions and 0 deletions

View file

@ -10,7 +10,13 @@
class="panel-heading conversation-heading -sticky"
>
<h1 class="title">
<RichContent
v-if="conversation[0].summary"
:html="conversation[0].summary"
/>
<template v-else>
{{ $t('timeline.conversation') }}
</template>
</h1>
<button
v-if="collapsable"