From 3e84641643a72c22d045aa7a38c4862fe2a7bcba Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 13 Jan 2026 15:20:52 +0000 Subject: [PATCH] Improve chat reply UX with auto-focus and rich text preview - Focus the message input when clicking reply button for immediate typing - Use RichText component in reply preview to render mentions and emojis --- src/components/ChatViewer.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index ce04777..d7e9e7c 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -162,9 +162,12 @@ const ComposerReplyPreview = memo(function ComposerReplyPreview({ pubkey={replyEvent.pubkey} className="font-medium flex-shrink-0" /> - - {replyEvent.content} - +
+ +