hermes-agent/apps/desktop/src/app/chat/sidebar
brooklyn! 484f484c25
fix(desktop): carve sidebar nav rows out of the titlebar drag region (#44453)
A WSL2 user reported the top two left-sidebar items being unclickable
while the rest of the UI works. That symptom shape matches an
-webkit-app-region:drag hit-test band eating clicks, not GPU/compositing:
the shell's titlebar drag strips (app-shell.tsx) span the top 34px and
the nav group clears them by only 6px, and drag regions win hit-testing
over DOM regardless of pointer-events. Linux WCO (Electron >=32) is the
newest implementation and has known region quirks (electron#43030).

Apply the same no-drag carve-out the codebase already uses for sticky
user bubbles (USER_BUBBLE_BASE_CLASS in thread.tsx) to the sidebar nav
buttons. Harmless on every platform: the rows were never meant to be
draggable surface.
2026-06-11 15:10:09 -05:00
..
cron-jobs-section.tsx fix(desktop): sidebar sections never overlap — two-mode CSS scroll + collapse/cap groups (#43147) 2026-06-10 01:11:45 +00:00
index.tsx fix(desktop): carve sidebar nav rows out of the titlebar drag region (#44453) 2026-06-11 15:10:09 -05:00
load-more-row.tsx fix(desktop): sidebar sections never overlap — two-mode CSS scroll + collapse/cap groups (#43147) 2026-06-10 01:11:45 +00:00
profile-switcher.tsx fix(desktop): always show the Manage-profiles overflow (#42871) 2026-06-09 19:32:25 -05:00
session-actions-menu.tsx feat(desktop): open any chat in its own window (#43219) 2026-06-09 21:09:45 -05:00
session-row.tsx feat(desktop): open any chat in its own window (#43219) 2026-06-09 21:09:45 -05:00
virtual-session-list.tsx fix(desktop): keep pinned + recent sessions visible across compression 2026-06-02 07:12:05 -05:00