-
Notifications
You must be signed in to change notification settings - Fork 25
Description
User Story
As a user who uses the context menu mobile, I want to see the name of the selected element(s), so that I'm reassured that Ive selected the right one(s).
As a user who uses the context menu mobile, I want an explicit option to close the menu so that I know how to close it.
As a user, I want a bottom drawer on my mobile device so that I can quickly access focus actions without leaving the current page, as this is a familiar and intuitive mobile experience.
As a user, I want to easily open and close the bottom drawer by tapping or swiping, so that the interaction feels natural and comfortable.
As a user, I want the bottom drawer to be responsive, well-organized and spaceoptimized, ensuring it is readable and usable across different mobile devices.
User Value
- Touch-friendly – optimized for finger interaction
- Accessibility – screen reader and keyboard friendly
- Familiar interaction pattern – matches standard mobile / app UX behavior
- Space-saving – makes efficient use of limited screen space ( no surrounding white space )
- Contextual actions – displays only relevant options
- Easy to dismiss – can be closed quickly and intuitively
Acceptance Criteria
- context menu gets replaced by bottom drawer on small mobile viewports (tablet as well?)
- Tapping the "X", click out or (swiping down -> will be a separate story) closes the entire drawer.
- Add File / Foldername on top of the drawer
- The drawer is a modal drawer (same as the current context menu actually)
- heigth of the drawer:
- max. height is 66% of the screensize (unsure if this is a good value, lets play around and find out)
- if there are only a few (2-3 options) in the first menu, the drawer height adapt to the height of these 2 options -> drawer is smaller than 66%
- to reduce jumpyness:
- submenus have at least the same height like its parents (usually 66%)
- Only one menu level is visible at a time to reduce cognitive load.
- The drawer must follow touch-target size guidelines (min. 48×48dp). ( not 100% sure )
- If the content of the drawer requires scrolling, the last visible item must be cut off, so that the user knows that there's more.
please also check here some UI Experiences & Examples:
https://m2.material.io/components/navigation-drawer#bottom-drawer
Problem
resource name is not visible any more:
Mockups
will follow - direct examples for opencloud
Current place where we can show bottom drawer:
- context menu for files / folder
- context menu for usersettings in admin
- context menu in spaces administration
- context menu in groups administration
- maybe also creating a new document behind the + button
Suggestion:
With x and namefile

Metadata
Metadata
Assignees
Labels
Type
Projects
Status
