From 582fc99d3e28bc893bf6c9de388fd4f04306d8dc Mon Sep 17 00:00:00 2001 From: wadhia-yash Date: Thu, 11 Jul 2024 18:12:03 +0530 Subject: [PATCH] feat(Link): Showing links in list format along with read more and less option --- .../lib/components/chat/ChatMessage.svelte | 72 +++++++++++++++---- web/src/lib/components/chat/ChatWindow.svelte | 2 +- 2 files changed, 61 insertions(+), 13 deletions(-) diff --git a/web/src/lib/components/chat/ChatMessage.svelte b/web/src/lib/components/chat/ChatMessage.svelte index 59d34107..04b917b8 100644 --- a/web/src/lib/components/chat/ChatMessage.svelte +++ b/web/src/lib/components/chat/ChatMessage.svelte @@ -1,10 +1,18 @@