Add "new conversation" composer for direct messages
This commit is contained in:
parent
84dc166b63
commit
06fb4fd0bc
61 changed files with 5960 additions and 3887 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2019-2020 Signal Messenger, LLC
|
||||
// Copyright 2019-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import * as React from 'react';
|
||||
|
@ -32,6 +32,7 @@ type KeyType =
|
|||
| 'J'
|
||||
| 'L'
|
||||
| 'M'
|
||||
| 'N'
|
||||
| 'P'
|
||||
| 'R'
|
||||
| 'S'
|
||||
|
@ -84,6 +85,10 @@ const NAVIGATION_SHORTCUTS: Array<ShortcutType> = [
|
|||
description: 'Keyboard--open-conversation-menu',
|
||||
keys: [['commandOrCtrl', 'shift', 'L']],
|
||||
},
|
||||
{
|
||||
description: 'Keyboard--new-conversation',
|
||||
keys: [['commandOrCtrl', 'N']],
|
||||
},
|
||||
{
|
||||
description: 'Keyboard--search',
|
||||
keys: [['commandOrCtrl', 'F']],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue