From 97c3d5ea18f37fb90dc23072c792b8b0412307f1 Mon Sep 17 00:00:00 2001 From: Jay1 Date: Thu, 28 May 2026 11:25:04 -0400 Subject: [PATCH] Refine sidebar project suggestion and picker styles - Update project folder suggestion list row and container visuals for a sleeker look - Add consistent bordered, elevated button styling to folder picker actions --- apps/web/src/components/Sidebar.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 3c0b8324..47b27428 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -5782,22 +5782,26 @@ export default function Sidebar() { {!showManualPathInput ? (
{projectFolderPath ? ( -
+
{projectFolderSuggestions.map((suggestion) => ( ))} {projectFolderSuggestions.length === 0 ? ( -
+
{projectFolderDirectoriesQuery.isFetching ? "Loading Project Folder suggestions..." : projectFolderSuggestionsError @@ -5822,7 +5826,7 @@ export default function Sidebar() { {isElectron && (