1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix: show tags when viewing stacked assets (#14199)

fix: refresh tags when viewing stacked assets
This commit is contained in:
Michel Heusschen
2024-11-18 13:50:04 +01:00
committed by GitHub
parent 944ea7dbcd
commit 32f908baf1
4 changed files with 85 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<div class="flex h-10 w-full items-center justify-between text-sm">
<h2>{$t('tags').toUpperCase()}</h2>
</div>
<section class="flex flex-wrap pt-2 gap-1">
<section class="flex flex-wrap pt-2 gap-1" data-testid="detail-panel-tags">
{#each tags as tag (tag.id)}
<div class="flex group transition-all">
<a