From 27df0959aa270cab2220ee0eed68b71bbd9905f5 Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sun, 7 Jun 2026 20:35:12 -0500 Subject: [PATCH] feat(desktop): hover-reveal the file-browser sidebar too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reveal mechanism already lives in the shared Pane primitive — the right rail just opts in with hoverReveal. Its content renders unconditionally, so (unlike the chat sidebar) it needs no extra content-visibility gating. --- apps/desktop/src/app/desktop-controller.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/src/app/desktop-controller.tsx b/apps/desktop/src/app/desktop-controller.tsx index 27ce9a013c4..8a9c7e1f319 100644 --- a/apps/desktop/src/app/desktop-controller.tsx +++ b/apps/desktop/src/app/desktop-controller.tsx @@ -848,6 +848,7 @@ export function DesktopController() {