Adds a div to the Composer to show post attachments.

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/657/head
Cyrille Bollu 2019-07-23 13:47:03 +02:00
rodzic a3c441652a
commit 36fb838476
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -79,6 +79,12 @@
</div>
</emoji-picker>
<masonry>
<div v-for="(item, index) in postAttachments" :key="index">
<img src="">
</div>
</masonry>
<div class="options">
<input :value="currentVisibilityPostLabel" :disabled="post.length < 1" class="submit primary"
type="submit" title="" data-original-title="Post">
@ -359,6 +365,7 @@ export default {
type: localStorage.getItem('social.lastPostType') || 'followers',
loading: false,
post: '',
postAttachments: [],
canType: true,
search: '',
replyTo: null,