Update ComposeModal

This commit is contained in:
Daniel Supernault 2019-08-04 22:32:16 -06:00
parent b2b668b544
commit a7d9e48eb5
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -39,8 +39,9 @@
<div v-if="ids.length == 0" class="w-100 h-100 bg-light py-5 cursor-pointer" style="border-bottom: 1px solid #f1f1f1" v-on:click="addMedia($event)">
<div class="p-5">
<p class="text-center font-weight-bold">{{composeMessage()}}</p>
<p class="text-muted mb-0 small text-center">Accepted Formats: {{acceptedFormats()}}</p>
<p class="text-muted mb-0 small text-center">Max File Size: {{maxSize()}}</p>
<p class="text-muted mb-0 small text-center">Accepted Formats: <b>{{acceptedFormats()}}</b></p>
<p class="text-muted mb-0 small text-center">Max File Size: <b>{{maxSize()}}</b></p>
<p class="text-muted mb-0 small text-center">Albums can contain up to <b>{{config.uploader.album_limit}}</b> photos or videos</p>
</div>
</div>
<div v-if="ids.length > 0">