From e188a7b067f031c080d958b01eca20862f33c5ee Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Mon, 9 Mar 2026 11:37:19 +0000 Subject: [PATCH 1/3] style: improve navbar spacing and icon rendering --- studio/frontend/src/components/navbar.tsx | 41 ++++++++++++----------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/studio/frontend/src/components/navbar.tsx b/studio/frontend/src/components/navbar.tsx index 4a75223dc4..478651ec95 100644 --- a/studio/frontend/src/components/navbar.tsx +++ b/studio/frontend/src/components/navbar.tsx @@ -13,9 +13,9 @@ import { } from "@/components/ui/sheet"; import { cn } from "@/lib/utils"; import { - AiChat02Icon, ArrowRight01Icon, Book03Icon, + BubbleChatIcon, ChefHatIcon, CursorInfo02Icon, PackageIcon, @@ -32,7 +32,7 @@ const NAV_ITEMS = [ { label: "Studio", href: "/studio", icon: ZapIcon, enabled: true }, { label: "Recipes", href: "/data-recipes", icon: ChefHatIcon, enabled: true }, { label: "Export", href: "/export", icon: PackageIcon, enabled: true }, - { label: "Chat", href: "/chat", icon: AiChat02Icon, enabled: true }, + { label: "Chat", href: "/chat", icon: BubbleChatIcon, enabled: true }, ]; function getTourId(pathname: string): "studio" | "chat" | "export" | null { @@ -87,7 +87,7 @@ export function Navbar() { return ( {item.label} @@ -98,7 +98,7 @@ export function Navbar() { key={item.href} to={item.href} className={cn( - "relative rounded-full px-4 py-1.5 text-sm font-medium transition-colors", + "relative rounded-full px-3 py-1.5 text-sm font-medium transition-colors", active ? "text-background" : "text-muted-foreground hover:text-foreground", @@ -116,22 +116,23 @@ export function Navbar() { }} /> )} - - - - - - + + + + {item.label} From d1c544b705631a99b8f5976db73a3344d1841f8c Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Mon, 9 Mar 2026 13:08:59 +0000 Subject: [PATCH 2/3] style: remove playground sidebar right border --- studio/frontend/src/features/chat/chat-page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/frontend/src/features/chat/chat-page.tsx b/studio/frontend/src/features/chat/chat-page.tsx index 14a457ad76..f4b0ae72fa 100644 --- a/studio/frontend/src/features/chat/chat-page.tsx +++ b/studio/frontend/src/features/chat/chat-page.tsx @@ -253,9 +253,7 @@ function InlineSidebar({ className={cn( "bg-muted/70 text-sidebar-foreground h-full overflow-hidden rounded-2xl corner-squircle transition-[width] duration-200 ease-linear", !collapsed && - (side === "left" - ? "border-r border-sidebar-border/70" - : "border-l border-sidebar-border/70"), + side === "right" && "border-l border-sidebar-border/70", collapsed ? "w-0" : "w-(--sidebar-width)", )} > From 8fa021e839aee63f2168312e7e894fd7f820fcc0 Mon Sep 17 00:00:00 2001 From: imagineer99 Date: Mon, 9 Mar 2026 13:33:00 +0000 Subject: [PATCH 3/3] style: reduce border radius on onboarding summary cards --- .../features/onboarding/components/steps/summary-step.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx b/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx index 5ece98b6e6..b1ded62f80 100644 --- a/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx +++ b/studio/frontend/src/features/onboarding/components/steps/summary-step.tsx @@ -69,7 +69,7 @@ export function SummaryStep() { return (
- + System @@ -106,7 +106,7 @@ export function SummaryStep() { - + Model @@ -128,7 +128,7 @@ export function SummaryStep() { - + Dataset @@ -166,7 +166,7 @@ export function SummaryStep() { - + Hyperparameters