mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fuzzy-Searchable Emoji Picker
This commit is contained in:
committed by
Scott Nonnenberg
parent
2f47a3570b
commit
0e9d549cf3
@@ -16,6 +16,11 @@ module.exports = {
|
||||
description: 'Everything necessary to render a conversation',
|
||||
components: 'ts/components/conversation/[^_]*.tsx',
|
||||
},
|
||||
{
|
||||
name: 'Emoji',
|
||||
description: 'All components related to emojis',
|
||||
components: 'ts/components/emoji/[^_]*.tsx',
|
||||
},
|
||||
{
|
||||
name: 'Media Gallery',
|
||||
description: 'Display media and documents in a conversation',
|
||||
|
||||
Reference in New Issue
Block a user