mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 18:57:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user