From 66bd7e6fc300682810b1daca3d8bce60828dd5cb Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Mon, 1 Jun 2026 20:21:21 -0700 Subject: [PATCH] refactor(chat): enhance chat example prompts layout and accessibility - Updated TabsContent component to include focus-visible outline for better accessibility. - Adjusted ScrollArea height to improve visual consistency and responsiveness. - Increased padding in the list for better spacing and usability. --- .../components/new-chat/chat-example-prompts.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/surfsense_web/components/new-chat/chat-example-prompts.tsx b/surfsense_web/components/new-chat/chat-example-prompts.tsx index 95d7a0eaa..4a204386a 100644 --- a/surfsense_web/components/new-chat/chat-example-prompts.tsx +++ b/surfsense_web/components/new-chat/chat-example-prompts.tsx @@ -57,9 +57,13 @@ export function ChatExamplePrompts({ onSelect }: ChatExamplePromptsProps) { {CHAT_EXAMPLE_CATEGORIES.map((category) => ( - - -
    + + +
      {category.prompts.map((prompt) => (