From f77a0141224dfb5c26400024e40a9c447542359c Mon Sep 17 00:00:00 2001 From: ZHallen122 Date: Fri, 21 Mar 2025 22:26:27 -0400 Subject: [PATCH 1/3] smaller and remove unimplement button? --- .../chat/code-engine/responsive-toolbar.tsx | 60 +++++++++---------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/frontend/src/components/chat/code-engine/responsive-toolbar.tsx b/frontend/src/components/chat/code-engine/responsive-toolbar.tsx index 78fc8416..29787cd8 100644 --- a/frontend/src/components/chat/code-engine/responsive-toolbar.tsx +++ b/frontend/src/components/chat/code-engine/responsive-toolbar.tsx @@ -266,32 +266,35 @@ const ResponsiveToolbar = ({
{visibleTabs >= 2 && ( )} {visibleTabs >= 3 && ( )} @@ -301,31 +304,19 @@ const ResponsiveToolbar = ({
- -
{!compactIcons && ( <> - + */} @@ -368,31 +362,33 @@ const ResponsiveToolbar = ({ )} {compactIcons && ( <> - + */} From 479098b9e929e127fd8ed67aaaa6d19de9d9f346 Mon Sep 17 00:00:00 2001 From: ZHallen122 Date: Fri, 21 Mar 2025 23:26:13 -0400 Subject: [PATCH 2/3] add component --- .../components/chat/code-engine/responsive-toolbar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/chat/code-engine/responsive-toolbar.tsx b/frontend/src/components/chat/code-engine/responsive-toolbar.tsx index 29787cd8..ae59d55d 100644 --- a/frontend/src/components/chat/code-engine/responsive-toolbar.tsx +++ b/frontend/src/components/chat/code-engine/responsive-toolbar.tsx @@ -314,7 +314,9 @@ const ResponsiveToolbar = ({
{!compactIcons && ( <> - {/* */} */} -