UX: show deleted tags, use translated string

This commit is contained in:
Pieter Vander Vennet 2025-06-07 02:59:34 +02:00
parent a0dbec5d4e
commit c215051ec5

View file

@ -94,7 +94,9 @@
{:else if image.provider.name === "panoramax"}
<div class="my-4">
<AccordionSingle noBorder>
<div slot="header" class="flex text-sm">Report inappropriate picture</div>
<div slot="header" class="flex text-sm">
<Tr t={t.requestDeletion}/>
</div>
<div class="interactive flex flex-col p-2">
<h3>
<Tr t={t.title} />
@ -136,6 +138,11 @@
</AccordionSingle>
</div>
{/if}
{#if $showTags}
<div class="subtle line-through">
{image.originalAttribute.key}={image.originalAttribute.value}
</div>
{/if}
</div>
</div>
</div>