-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestuser-researchIssues that require user research, usability testing, or user feedback to inform product decisions.Issues that require user research, usability testing, or user feedback to inform product decisions.
Description
Currently, we have implemented two different drawer styles for mobile:
- Left Menu (Full-screen overlay)
- Behavior: Completely covers the content when opened
- Background: Solid, no transparency
- Implementation:
- width: 100%
- z-index: 100
- Transparent backdrop (z-index: 99)
- Right Outline (Semi-transparent with backdrop blur)
- Behavior: Partially covers content (80% width)
- Background: Semi-transparent with blurred backdrop
- Implementation:
- Ant Design Drawer component
- width: 80%
- Native drawer backdrop with blur effect
Which approach provides better UX for mobile users?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuser-researchIssues that require user research, usability testing, or user feedback to inform product decisions.Issues that require user research, usability testing, or user feedback to inform product decisions.