remove icons from "show more" since we show attachments anyway
This commit is contained in:
parent
9ed2fd3c4b
commit
028556f8ab
1 changed files with 0 additions and 26 deletions
|
|
@ -57,32 +57,6 @@
|
||||||
@click.prevent="toggleShowMore"
|
@click.prevent="toggleShowMore"
|
||||||
>
|
>
|
||||||
{{ toggleText }}
|
{{ toggleText }}
|
||||||
<template v-if="!showingMore">
|
|
||||||
<FAIcon
|
|
||||||
v-if="attachmentTypes.includes('image')"
|
|
||||||
icon="image"
|
|
||||||
/>
|
|
||||||
<FAIcon
|
|
||||||
v-if="attachmentTypes.includes('video')"
|
|
||||||
icon="video"
|
|
||||||
/>
|
|
||||||
<FAIcon
|
|
||||||
v-if="attachmentTypes.includes('audio')"
|
|
||||||
icon="music"
|
|
||||||
/>
|
|
||||||
<FAIcon
|
|
||||||
v-if="attachmentTypes.includes('unknown')"
|
|
||||||
icon="file"
|
|
||||||
/>
|
|
||||||
<FAIcon
|
|
||||||
v-if="status.poll && status.poll.options"
|
|
||||||
icon="poll-h"
|
|
||||||
/>
|
|
||||||
<FAIcon
|
|
||||||
v-if="status.card"
|
|
||||||
icon="link"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue