Skip to content

Mobile UX: Full-Screen Left Navigation Drawer vs Semi-Transparent Right Outline Drawer #44

@CindyLyu1953

Description

@CindyLyu1953

Currently, we have implemented two different drawer styles for mobile:

  1. 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)
  1. 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?

Metadata

Metadata

Labels

enhancementNew feature or requestuser-researchIssues that require user research, usability testing, or user feedback to inform product decisions.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions