feat(desktop): hover-reveal the file-browser sidebar too

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.
This commit is contained in:
Brooklyn Nicholson 2026-06-07 20:35:12 -05:00
parent 2fd15c323e
commit 27df0959aa

View file

@ -848,6 +848,7 @@ export function DesktopController() {
<Pane
defaultOpen={false}
disabled={!chatOpen}
hoverReveal
id="file-browser"
key="file-browser"
maxWidth={FILE_BROWSER_MAX_WIDTH}