Inbox and chat fixes (#6803)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-10-04 00:03:47 +07:00
committed by GitHub
parent d3a7759ef7
commit b5f6a83ce6
12 changed files with 201 additions and 7 deletions
@@ -14,7 +14,7 @@
-->
<script lang="ts">
import { getClient, MessageViewer } from '@hcengineering/presentation'
import { getClient, LiteMessageViewer } from '@hcengineering/presentation'
import { Person, type PersonAccount } from '@hcengineering/contact'
import {
Avatar,
@@ -150,7 +150,7 @@
<Label label={intlLabel} />
{/if}
{#if text}
<MessageViewer message={text} preview />
<LiteMessageViewer message={text} />
{/if}
</span>
{/if}
@@ -289,6 +289,7 @@
border: 1px solid transparent;
border-radius: 0.25rem;
width: 100%;
user-select: text;
&.clickable {
cursor: pointer;