refactor: mobile popover UX (#2140)
This commit is contained in:
@@ -61,6 +61,7 @@ const AddItemMenuButton = ({
|
||||
<Icon type="add" size="custom" className="h-5 w-5" />
|
||||
</button>
|
||||
<Popover
|
||||
title="Add item"
|
||||
open={canShowMenu && isMenuOpen}
|
||||
anchorElement={addItemButtonRef.current}
|
||||
togglePopover={() => {
|
||||
|
||||
@@ -76,6 +76,7 @@ const ContentListHeader = ({
|
||||
togglePopover={toggleDisplayOptionsMenu}
|
||||
align="start"
|
||||
className="py-2"
|
||||
title="Display options"
|
||||
>
|
||||
<DisplayOptionsMenu
|
||||
application={application}
|
||||
|
||||
Reference in New Issue
Block a user