mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
cc25790c81
* fix: Open notifications in a bottom drawer on mobile Match the mobile context menu pattern by rendering the notifications panel as a Vaul bottom drawer below the tablet breakpoint, while keeping the existing Radix popover on desktop. * fix: Notification drawer opens at correct height on mobile Skip the height animation while bounds is unmeasured to avoid a feedback loop between framer-motion's animation toward 0 and the ResizeObserver re-targeting it. Eagerly import Notifications so first paint has real content for the initial measurement, and bump its minHeight to 75vh on mobile to match other bottom drawers. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>