From fcc2ef606dcedad8cfbc8cedb6f9c583808ee049 Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Wed, 18 Feb 2026 17:45:25 -0600 Subject: [PATCH] Remove X button from quoted event embed in compose - Quoted events from the quote button cannot be removed - X button still available for detected embeds typed in content - Provides clearer UX for intentional quote posts vs detected links Co-authored-by: shakespeare.diy --- src/components/ComposeBox.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/ComposeBox.tsx b/src/components/ComposeBox.tsx index aef708cb..5f632b4a 100644 --- a/src/components/ComposeBox.tsx +++ b/src/components/ComposeBox.tsx @@ -319,14 +319,7 @@ export function ComposeBox({ onSuccess, placeholder = "What's on your mind?", co {/* Quoted event preview */} {showQuotedEvent && quotedEvent && quotedEventKey && ( -
- +
)}