signal-desktop/ts/components/conversation/media-gallery/EmptyState.md
Scott Nonnenberg 3c69886320 Finish new Message component, integrate into application
Also:
- New schema version 8 with video/image thumbnails, screenshots, sizes
- Upgrade messages not at current schema version when loading messages
  to show in conversation
- New MessageDetail react component
- New ConversationHeader react component
2018-07-17 15:58:07 -07:00

409 B

Media Empty State

<div
  style={{
    display: 'flex',
    position: 'relative',
    width: '100%',
    height: 200,
  }}
>
  <EmptyState label={util.i18n('mediaEmptyState')} />
</div>

Documents Empty State

<div
  style={{
    display: 'flex',
    position: 'relative',
    width: '100%',
    height: 500,
  }}
>
  <EmptyState label={util.i18n('documentsEmptyState')} />
</div>