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

@@ -8,7 +8,7 @@ import { IconMessage } from '../../../base/icons';
import { getParticipantById } from '../../../base/participants';
import { connect } from '../../../base/redux';
import ContextMenuItem from '../../../base/ui/components/web/ContextMenuItem';
import { openChat } from '../../../chat/';
import { openChat } from '../../../chat/actions.web';
import {
type Props as AbstractProps
} from '../../../chat/components/web/PrivateMessageButton';