From 833013c1d52d70afaf028e46920921d4a18a3f70 Mon Sep 17 00:00:00 2001 From: Denis Bunakalya Date: Mon, 25 Apr 2022 10:43:19 +0300 Subject: [PATCH] Chunter: Avatars in dm header and highlight on first message (#1499) Signed-off-by: Denis Bunakalya --- plugins/chunter-resources/package.json | 1 + .../src/components/ChannelView.svelte | 25 ++++++++++++- .../src/components/DmHeader.svelte | 36 ++++++++++++++++--- 3 files changed, 57 insertions(+), 5 deletions(-) diff --git a/plugins/chunter-resources/package.json b/plugins/chunter-resources/package.json index 0b708c0d0f..1c0e1dfa63 100644 --- a/plugins/chunter-resources/package.json +++ b/plugins/chunter-resources/package.json @@ -41,6 +41,7 @@ "@anticrm/text-editor": "~0.6.0", "@anticrm/contact": "~0.6.5", "@anticrm/contact-resources": "~0.6.0", + "@anticrm/notification": "~0.6.0", "@anticrm/notification-resources": "~0.6.0", "@anticrm/attachment": "~0.6.1", "@anticrm/attachment-resources": "~0.6.0", diff --git a/plugins/chunter-resources/src/components/ChannelView.svelte b/plugins/chunter-resources/src/components/ChannelView.svelte index 0dd3c3784a..c1c1f5f424 100644 --- a/plugins/chunter-resources/src/components/ChannelView.svelte +++ b/plugins/chunter-resources/src/components/ChannelView.svelte @@ -14,9 +14,10 @@ -->