From 13cd4c07c713df4f45ba7ea59caed338800ee973 Mon Sep 17 00:00:00 2001 From: Bersabel Tadesse Date: Thu, 27 Aug 2026 16:26:57 -0700 Subject: [PATCH 1/3] Add top fade to sidebar thread list --- apps/app/src/components/sidebar/AppSidebar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app/src/components/sidebar/AppSidebar.tsx b/apps/app/src/components/sidebar/AppSidebar.tsx index cd4c5c2d9c..9e3451c498 100644 --- a/apps/app/src/components/sidebar/AppSidebar.tsx +++ b/apps/app/src/components/sidebar/AppSidebar.tsx @@ -243,6 +243,9 @@ export function AppSidebar({ splitEnabled toolsRoutePath={toolsRoutePath} /> +
+ +
Date: Thu, 27 Aug 2026 16:27:20 -0700 Subject: [PATCH 2/3] Keep composer metadata color stable on hover --- packages/shared-ui/src/components/ui/option-display.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-ui/src/components/ui/option-display.tsx b/packages/shared-ui/src/components/ui/option-display.tsx index 05e2da20ac..e95ba0f4d2 100644 --- a/packages/shared-ui/src/components/ui/option-display.tsx +++ b/packages/shared-ui/src/components/ui/option-display.tsx @@ -9,7 +9,7 @@ export const OPTION_CONTENT_CLASS_NAME = "flex min-w-0 items-center gap-1.5"; export const OPTION_TRIGGER_CONTENT_CLASS_NAME = "contents"; export const OPTION_MENU_CONTENT_CLASS_NAME = "w-max min-w-0 max-w-96"; export const OPTION_MUTED_CLASS_NAME = - "text-muted-foreground hover:text-foreground"; + "text-muted-foreground hover:text-muted-foreground"; export interface OptionDisplayProps { label: string; From 7c21deb7c748fb5ef03cff92e1cac383d93350ce Mon Sep 17 00:00:00 2001 From: Bersabel Tadesse Date: Thu, 27 Aug 2026 23:28:12 -0700 Subject: [PATCH 3/3] Revert "Add top fade to sidebar thread list" This reverts commit 1f9923ebd3c6e371e15615669102cad722edfb61. --- apps/app/src/components/sidebar/AppSidebar.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/app/src/components/sidebar/AppSidebar.tsx b/apps/app/src/components/sidebar/AppSidebar.tsx index 9e3451c498..cd4c5c2d9c 100644 --- a/apps/app/src/components/sidebar/AppSidebar.tsx +++ b/apps/app/src/components/sidebar/AppSidebar.tsx @@ -243,9 +243,6 @@ export function AppSidebar({ splitEnabled toolsRoutePath={toolsRoutePath} /> -
- -