nexus/ui/src
Dotta 510a5ee1a7 fix: replace DialogOverlay with plain div to unblock onboarding scroll
Radix's DialogOverlay wraps content in RemoveScroll, which blocks wheel
events on elements not registered as DialogPrimitive.Content. Since the
onboarding wizard uses a custom layout (not DialogContent), scroll events
on the form container were being swallowed. Replacing with a plain div
preserves the background appearance without the scroll-locking behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 13:21:37 -06:00
..
adapters refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
api refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
components fix: replace DialogOverlay with plain div to unblock onboarding scroll 2026-03-03 13:21:37 -06:00
context ui: persist issue properties pane visibility in localStorage 2026-03-03 12:07:01 -06:00
hooks refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
lib refactor: rename packages to @paperclipai and CLI binary to paperclipai 2026-03-03 08:45:26 -06:00
pages ui: deduplicate live run from comments timeline 2026-03-03 12:19:26 -06:00
App.tsx ui: persist onboarding wizard across route redirects 2026-03-03 12:03:23 -06:00
index.css fix(ui): ensure rendered code blocks match editor styling for GFM support 2026-03-03 09:28:49 -06:00
main.tsx feat(ui): reconcile backup UI changes with current routing and interaction features 2026-03-02 16:44:03 -06:00