ref(popover) Update Popover to support click trigger (#12447)

Convert Popover to TS
Update OverflowMenu to use Popover instead of InlineDialog
This commit is contained in:
Robert Pintilii
2022-10-24 12:51:18 +03:00
committed by GitHub
parent 33ec975e19
commit faec46dd17
8 changed files with 97 additions and 69 deletions

View File

@@ -10,8 +10,7 @@ import { translate } from '../../../base/i18n/functions';
import { IconHorizontalPoints } from '../../../base/icons/svg';
import { getLocalParticipant, getParticipantById } from '../../../base/participants/functions';
import { IParticipant } from '../../../base/participants/types';
// @ts-ignore
import { Popover } from '../../../base/popover';
import Popover from '../../../base/popover/components/Popover.web';
import { setParticipantContextMenuOpen } from '../../../base/responsive-ui/actions';
import Button from '../../../base/ui/components/web/Button';
import ConnectionIndicatorContent from