From d183ed365a53e1f710a3a3c619126faa17f1ab95 Mon Sep 17 00:00:00 2001 From: hchen Date: Sun, 30 Aug 2026 16:26:47 -0500 Subject: [PATCH] Enhance live view handling in chat components Re-applied onto upstream main. Upstream had independently added the same per-message RcEmbedding rendering, so the merge kept both copies; this keeps upstream's block and drops the duplicate import and template block. Co-Authored-By: Claude Opus 5 (1M context) --- src/lib/common/markdown/Markdown.svelte | 79 ++++++++- src/lib/styles/pages/_chat.scss | 22 +++ .../[conversationId]/chat-box.svelte | 159 ++++++++++++++---- .../rich-content/rich-content.svelte | 7 +- 4 files changed, 226 insertions(+), 41 deletions(-) diff --git a/src/lib/common/markdown/Markdown.svelte b/src/lib/common/markdown/Markdown.svelte index 1687f247..477be265 100644 --- a/src/lib/common/markdown/Markdown.svelte +++ b/src/lib/common/markdown/Markdown.svelte @@ -1,12 +1,12 @@