Add scaffolding for media gallery
This commit is contained in:
parent
a8be4f2d8d
commit
fc1c3aabf5
10 changed files with 382 additions and 4 deletions
|
@ -12,6 +12,11 @@ module.exports = {
|
|||
description: 'Everything necessary to render a conversation',
|
||||
components: 'ts/components/conversation/*.tsx',
|
||||
},
|
||||
{
|
||||
name: 'Media Gallery',
|
||||
description: 'Display media and documents in a conversation',
|
||||
components: 'ts/components/conversation/media-gallery/*.tsx',
|
||||
},
|
||||
{
|
||||
name: 'Utility',
|
||||
description: 'Utility components used across the application',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue