mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ComposeModal, add Alt Text button to caption screen
This commit is contained in:
parent
20e015879f
commit
4db4818807
1 changed files with 10 additions and 1 deletions
|
@ -432,10 +432,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="border-bottom">
|
||||
<p class="px-4 mb-0 py-2 cursor-pointer d-flex justify-content-between" @click="showMediaDescriptionsCard()">
|
||||
<span>Alt Text</span>
|
||||
<span>
|
||||
<i v-if="media && media.filter(m => m.alt).length == media.length" class="fas fa-check-circle fa-lg text-success"></i>
|
||||
<i v-else class="fas fa-chevron-right fa-lg text-lighter"></i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="border-bottom px-4 mb-0 py-2">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div>
|
||||
<div class="text-dark ">Contains NSFW Media</div>
|
||||
<div class="text-dark ">Sensitive/NSFW Media</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="custom-control custom-switch" style="z-index: 9999;">
|
||||
|
|
Loading…
Reference in a new issue