From 8ada49f31b92190ccf8bb8fd613cf53787696075 Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 11:43:45 -0500 Subject: [PATCH] Polish issue chat actions and overflow Co-Authored-By: Paperclip --- ui/src/components/IssueChatThread.test.tsx | 4 ++ ui/src/components/IssueChatThread.tsx | 60 ++++++++++++++-------- 2 files changed, 42 insertions(+), 22 deletions(-) diff --git a/ui/src/components/IssueChatThread.test.tsx b/ui/src/components/IssueChatThread.test.tsx index bcc6b8bd..1765a65f 100644 --- a/ui/src/components/IssueChatThread.test.tsx +++ b/ui/src/components/IssueChatThread.test.tsx @@ -51,12 +51,15 @@ vi.mock("./MarkdownEditor", () => ({ MarkdownEditor: ({ value = "", onChange, + placeholder, }: { value?: string; onChange?: (value: string) => void; + placeholder?: string; }) => (