ref(ui-components) Update ContextMenu and move it to base/ui (#12318)

This commit is contained in:
Robert Pintilii
2022-10-06 13:09:40 +03:00
committed by GitHub
parent a2d39ca5b1
commit 6c9441fa7b
34 changed files with 95 additions and 74 deletions

View File

@@ -6,9 +6,9 @@ import {
createRemoteVideoMenuButtonEvent,
sendAnalytics
} from '../../../analytics';
import ContextMenuItem from '../../../base/components/context-menu/ContextMenuItem';
import { translate } from '../../../base/i18n';
import { IconRemoteControlStart, IconRemoteControlStop } from '../../../base/icons';
import ContextMenuItem from '../../../base/ui/components/web/ContextMenuItem';
// TODO: Move these enums into the store after further reactification of the
// non-react RemoteVideo component.