Description
The current desktop-style dropdown menu is not suitable for mobile devices. This issue introduces a Bottom Sheet UI that slides up from the bottom when the 3-dot icon is tapped.
Tasks
Expected Behavior
Tapping the 3-dot icon on mobile opens a full-width bottom sheet with clearly visible actions and an easy way to dismiss.
Description
The current desktop-style dropdown menu is not suitable for mobile devices. This issue introduces a Bottom Sheet UI that slides up from the bottom when the 3-dot icon is tapped.
Tasks
isMobilestate or CSS media queriescreatePortalto render the menu atdocument.bodybg-black/40) with blur effectframer-motion-
initial: { y: "100%" }-
animate: { y: 0 }44px(touch-friendly)Expected Behavior
Tapping the 3-dot icon on mobile opens a full-width bottom sheet with clearly visible actions and an easy way to dismiss.