Moves ConversationDetails to react panels
This commit is contained in:
parent
ff3ef0179b
commit
d4124abb01
16 changed files with 220 additions and 199 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -37,7 +37,6 @@ import type { ConversationController } from './ConversationController';
|
|||
import type { ReduxActions } from './state/types';
|
||||
import type { createStore } from './state/createStore';
|
||||
import type { createApp } from './state/roots/createApp';
|
||||
import type { createConversationDetails } from './state/roots/createConversationDetails';
|
||||
import type { createGroupV2JoinModal } from './state/roots/createGroupV2JoinModal';
|
||||
import type { createMessageDetail } from './state/roots/createMessageDetail';
|
||||
import type { createSafetyNumberViewer } from './state/roots/createSafetyNumberViewer';
|
||||
|
@ -161,7 +160,6 @@ export type SignalCoreType = {
|
|||
createStore: typeof createStore;
|
||||
Roots: {
|
||||
createApp: typeof createApp;
|
||||
createConversationDetails: typeof createConversationDetails;
|
||||
createGroupV2JoinModal: typeof createGroupV2JoinModal;
|
||||
createMessageDetail: typeof createMessageDetail;
|
||||
createSafetyNumberViewer: typeof createSafetyNumberViewer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue