From 6009a132008105f5f871370d554a5097be3090af Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sun, 7 Jun 2026 21:27:43 -0500 Subject: [PATCH] tweak(desktop): halve sidebar reveal slide duration 260ms -> 130ms --- apps/desktop/src/components/pane-shell/pane-shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/components/pane-shell/pane-shell.tsx b/apps/desktop/src/components/pane-shell/pane-shell.tsx index ae7d24f4a6b..c74e8086772 100644 --- a/apps/desktop/src/components/pane-shell/pane-shell.tsx +++ b/apps/desktop/src/components/pane-shell/pane-shell.tsx @@ -77,7 +77,7 @@ const DEFAULT_RESIZE_MIN_WIDTH = 160 // resize drift, or a pass-through never produces two close samples in a row. const HOVER_INTENT_INTERVAL = 90 // ms between position polls const HOVER_INTENT_SENSITIVITY = 5 // px; below this between polls === settled -const HOVER_REVEAL_SLIDE_MS = 260 // panel slide-in duration; inert until elapsed +const HOVER_REVEAL_SLIDE_MS = 130 // panel slide-in duration; inert until elapsed const HOVER_REVEAL_GRACE = 24 // px slop around the panel before a revealed pane closes // Fired (window CustomEvent<{ id }>) to toggle a force-collapsed pane's reveal @@ -499,7 +499,7 @@ export function Pane({ document pointermove geometry watcher above, not pointerleave. */}