fix error sharing image and failing to upload, fix upload in webkit/safari, and test it

This commit is contained in:
2024-08-08 08:51:25 -06:00
parent c8bdaa10eb
commit bdb544a624
9 changed files with 104 additions and 13 deletions

View File

@@ -277,7 +277,10 @@
</router-link>
</span>
</div>
<div v-if="record.image" class="flex justify-center">
<div
v-if="record.image"
class="flex justify-center"
>
<a :href="record.image" target="_blank">
<img :src="record.image" class="h-24 mt-2 rounded-xl" />
</a>