feat(notifications): native UI updates (#12798)

* feat(notifications): native notifications UI updates
This commit is contained in:
Calinteodor
2023-02-21 11:26:04 +02:00
committed by GitHub
parent 9fa426d97f
commit f8af9c4fae
28 changed files with 549 additions and 485 deletions

View File

@@ -53,7 +53,7 @@ import { NoiseSuppressionButton } from '../../../noise-suppression/components';
import {
close as closeParticipantsPane,
open as openParticipantsPane
} from '../../../participants-pane/actions';
} from '../../../participants-pane/actions.web';
// @ts-ignore
import { ParticipantsPaneButton } from '../../../participants-pane/components/web';
import { getParticipantsPaneOpen } from '../../../participants-pane/functions';