mirror of
https://github.com/outline/outline.git
synced 2026-01-06 02:59:54 -06:00
* Migrate Guide.tsx from Reakit to Radix Dialog - Replace Reakit Dialog imports with @radix-ui/react-dialog - Update component structure to use Dialog.Root, Dialog.Portal, Dialog.Overlay, and Dialog.Content - Remove useDialogState hook in favor of direct open/onOpenChange props - Preserve identical styling and animations using data-state attributes - Maintain slide-in animation from right side with 250ms transition - Keep all existing props and behavior intact * stash * fix animations --------- Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com> Co-authored-by: Tom Moor <tom@getoutline.com>