Add scaffolding for media gallery

This commit is contained in:
Daniel Gasienica 2018-04-12 16:23:26 -04:00
parent a8be4f2d8d
commit fc1c3aabf5
10 changed files with 382 additions and 4 deletions

View file

@ -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',