From a4f4ae977e54f63a258d93635585fbf4d1e75d97 Mon Sep 17 00:00:00 2001 From: Strider Wilson Date: Mon, 2 Jun 2025 11:41:45 -0400 Subject: [PATCH 1/5] Hide arboretum by default and update double quotes to single --- app/components/Header.tsx | 8 ++-- app/components/chat/ApproveChange.tsx | 36 ++++++++-------- app/components/chat/BaseChat/BaseChat.tsx | 29 +++++++------ .../components/Arboretum/Arboretum.tsx | 43 +++++++++++++++++++ .../ChatPromptContainer.tsx | 36 ++++++++-------- .../components/IntroSection/IntroSection.tsx | 6 +-- .../chat/ChatComponent/Chat.client.tsx | 10 ++--- .../chat/MessageInput/MessageInput.tsx | 14 +++--- .../chat/SearchInput/SearchInput.tsx | 6 +-- 9 files changed, 116 insertions(+), 72 deletions(-) create mode 100644 app/components/chat/BaseChat/components/Arboretum/Arboretum.tsx diff --git a/app/components/Header.tsx b/app/components/Header.tsx index fa488a26..a5b1c920 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -2,10 +2,10 @@ import React from 'react'; export const Header: React.FC = () => { return ( -
-