stash
This commit is contained in:
parent
a54cb45689
commit
b0acceebdd
1 changed files with 22 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<AuthenticatedImage v-if="item.item.file" cached
|
||||
:src="`/media/2/256/${item.item.file}/`"
|
||||
class="card-img-top img-fluid"
|
||||
class="card-img-top img-fluid" style="max-height: 8em"
|
||||
/>
|
||||
<div class="card-body">
|
||||
<h6 class="card-title">{{ item.item.description }}</h6>
|
||||
|
@ -68,6 +68,27 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-header">
|
||||
{ item.subject }
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>{{ item }}</p>
|
||||
<!--button class="button">👏 2</button>
|
||||
<button class="button | square">
|
||||
<font-awesome-icon icon="user"/>
|
||||
</button-->
|
||||
</div>
|
||||
<!--div class="card-footer" v-if="item.attachments.length">
|
||||
<ul>
|
||||
<li v-for="attachment in item.attachments" @click="openLightboxModalWith(attachment)">
|
||||
<AuthenticatedImage :src="`/media/2/256/${attachment.hash}/`" :alt="attachment.name"
|
||||
v-if="attachment.mime_type.startsWith('image/')" cached/>
|
||||
<AuthenticatedDataLink :href="`/media/2/${attachment.hash}/`" :download="attachment.name"
|
||||
v-else/>
|
||||
</li>
|
||||
</ul>
|
||||
</div-->
|
||||
</div>
|
||||
<!--button class="show-replies">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-forward"
|
||||
width="44" height="44" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
|
||||
|
|
Loading…
Reference in a new issue