paperclip/ui/src
dotta c33dcbd202 Fix keyboard shortcuts using refs to avoid stale closures
Refactored keyboard handler to use refs (kbStateRef, kbActionsRef) for
all mutable state and actions. This ensures the single stable event
listener always reads fresh values instead of relying on effect
dependency re-registration which could miss updates.

Also fixed selection highlight visibility: replaced bg-accent (too
subtle) with bg-primary/10 + outline-primary/30 which is clearly
visible in both light and dark modes.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 10:57:34 -05:00
..
adapters feat(hermes): upgrade hermes-paperclip-adapter + UI adapter + skills + detectModel 2026-03-28 01:34:48 +01:00
api Add optimistic issue comment rendering 2026-03-29 10:57:34 -05:00
components Remove comment composer interrupt checkbox 2026-03-29 10:57:34 -05:00
context Add the inbox mine tab and archive flow 2026-03-26 16:09:43 -05:00
fixtures Add a run transcript UX fixture lab 2026-03-11 10:47:22 -05:00
hooks Add mail-client keyboard shortcuts to inbox mine tab 2026-03-29 10:57:34 -05:00
lib Improve queued comment thread UX 2026-03-29 10:57:34 -05:00
pages Fix keyboard shortcuts using refs to avoid stale closures 2026-03-29 10:57:34 -05:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
App.tsx Add the inbox mine tab and archive flow 2026-03-26 16:09:43 -05:00
index.css Style markdown links with underline and pointer cursor 2026-03-29 10:57:34 -05:00
main.tsx fix providers 2026-03-23 16:57:38 -05:00