mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Introduce a new design for the left pane
This commit is contained in:
@@ -18,6 +18,7 @@ import { ConversationType } from '../../state/ducks/conversations';
|
||||
import { groupBy } from '../../util/mapUtil';
|
||||
import { ContactNameColorType } from '../../types/Colors';
|
||||
import { SendStatus } from '../../messages/MessageSendState';
|
||||
import { WidthBreakpoint } from '../_util';
|
||||
import * as log from '../../logging/log';
|
||||
import { Timestamp } from './Timestamp';
|
||||
|
||||
@@ -301,6 +302,7 @@ export class MessageDetail extends React.Component<Props> {
|
||||
clearSelectedMessage={clearSelectedMessage}
|
||||
contactNameColor={contactNameColor}
|
||||
containerElementRef={this.messageContainerRef}
|
||||
containerWidthBreakpoint={WidthBreakpoint.Wide}
|
||||
deleteMessage={() =>
|
||||
log.warn('MessageDetail: deleteMessage called!')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user