From 19bd0c48e80c7a057cd707a8d6467925c016fc1d Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 21 Mar 2026 21:10:19 +0530 Subject: [PATCH] refactor: update class names and tooltip text in AssistantActionBar and AlertDialog components for improved clarity and consistency --- surfsense_web/components/assistant-ui/assistant-message.tsx | 4 ++-- surfsense_web/components/ui/alert-dialog.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/surfsense_web/components/assistant-ui/assistant-message.tsx b/surfsense_web/components/assistant-ui/assistant-message.tsx index 42102d366..4af5b07ee 100644 --- a/surfsense_web/components/assistant-ui/assistant-message.tsx +++ b/surfsense_web/components/assistant-ui/assistant-message.tsx @@ -234,7 +234,7 @@ const AssistantActionBar: FC = () => { hideWhenRunning autohide="not-last" autohideFloat="single-branch" - className="aui-assistant-action-bar-root -ml-1 col-start-3 row-start-2 flex gap-1 text-muted-foreground md:data-floating:absolute md:data-floating:rounded-md md:data-floating:border md:data-floating:bg-background md:data-floating:p-1 md:data-floating:shadow-sm [&>button]:opacity-100 md:[&>button]:opacity-[var(--aui-button-opacity,1)]" + className="aui-assistant-action-bar-root -ml-1 col-start-3 row-start-2 flex gap-1 text-muted-foreground md:data-floating:absolute md:data-floating:rounded-md md:data-floating:p-1 [&>button]:opacity-100 md:[&>button]:opacity-[var(--aui-button-opacity,1)]" > @@ -247,7 +247,7 @@ const AssistantActionBar: FC = () => { - + diff --git a/surfsense_web/components/ui/alert-dialog.tsx b/surfsense_web/components/ui/alert-dialog.tsx index 53fa986e6..b76cb8ed7 100644 --- a/surfsense_web/components/ui/alert-dialog.tsx +++ b/surfsense_web/components/ui/alert-dialog.tsx @@ -113,7 +113,7 @@ function AlertDialogCancel({ }: React.ComponentProps) { return ( );