Preview image type post.

- Fixes #383
This commit is contained in:
Dessalines 2019-12-29 16:56:55 -05:00
parent dfd27ea85c
commit e5a9ccaff1

View File

@ -26,6 +26,7 @@ import {
archiveUrl, archiveUrl,
mdToHtml, mdToHtml,
debounce, debounce,
isImage,
} from '../utils'; } from '../utils';
import * as autosize from 'autosize'; import * as autosize from 'autosize';
import { i18n } from '../i18next'; import { i18n } from '../i18next';
@ -193,6 +194,9 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
<use xlinkHref="#icon-spinner"></use> <use xlinkHref="#icon-spinner"></use>
</svg> </svg>
)} )}
{isImage(this.state.postForm.url) && (
<img src={this.state.postForm.url} class="img-fluid" />
)}
{this.state.crossPosts.length > 0 && ( {this.state.crossPosts.length > 0 && (
<> <>
<div class="my-1 text-muted small font-weight-bold"> <div class="my-1 text-muted small font-weight-bold">