From e7e6a0fb475963e9747358e84cb0a22994c1a54a Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Wed, 8 Jul 2026 01:50:35 -0700 Subject: [PATCH] Polish assistant message actions menu (#6962) * Polish assistant message actions menu Use the circle question mark (HelpCircleIcon) for the "See response details" action instead of the file-database icon, and lowercase the "Export as markdown" label. * Align response details sheet icon --- .../assistant-ui/message-response-details-sheet.tsx | 4 ++-- studio/frontend/src/components/assistant-ui/thread.tsx | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/studio/frontend/src/components/assistant-ui/message-response-details-sheet.tsx b/studio/frontend/src/components/assistant-ui/message-response-details-sheet.tsx index 823696693..331a06a4c 100644 --- a/studio/frontend/src/components/assistant-ui/message-response-details-sheet.tsx +++ b/studio/frontend/src/components/assistant-ui/message-response-details-sheet.tsx @@ -18,7 +18,7 @@ import { useExternalProvidersStore, } from "@/features/chat"; import { cn } from "@/lib/utils"; -import { FileDatabaseIcon } from "@hugeicons/core-free-icons"; +import { HelpCircleIcon } from "@hugeicons/core-free-icons"; import { HugeiconsIcon } from "@hugeicons/react"; import { useMessage, useMessageTiming } from "@assistant-ui/react"; import type { FC, ReactNode } from "react"; @@ -341,7 +341,7 @@ export const MessageResponseDetailsSheet: FC<{ diff --git a/studio/frontend/src/components/assistant-ui/thread.tsx b/studio/frontend/src/components/assistant-ui/thread.tsx index 09551cd41..d987092c4 100644 --- a/studio/frontend/src/components/assistant-ui/thread.tsx +++ b/studio/frontend/src/components/assistant-ui/thread.tsx @@ -127,6 +127,7 @@ import { FileDatabaseIcon, Folder01Icon, FolderAddIcon, + HelpCircleIcon, Image03Icon, McpServerIcon, PencilRulerIcon, @@ -3952,7 +3953,7 @@ const AssistantActionBar: FC = () => { strokeWidth={1.75} className="size-icon" /> - Export as Markdown + Export as markdown { className="aui-action-bar-more-item flex cursor-pointer select-none items-center gap-2 rounded-[12px] px-3 py-2 text-sm outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground" >