feat: display item labels in the details page (#387)
Some checks failed
Docker publish ARM / build (push) Has been cancelled
Docker publish rootless ARM / build-rootless (push) Has been cancelled
Docker publish rootless / build-rootless (push) Has been cancelled
Docker publish / build (push) Has been cancelled
Update Currencies / update-currencies (push) Has been cancelled

Co-authored-by: zebrapurring <>
This commit is contained in:
zebrapurring
2024-12-21 01:36:14 +01:00
committed by GitHub
parent 6142c31c8c
commit a3ebeb8f6f

View File

@@ -480,6 +480,9 @@
<h1 class="text-wrap pb-1 text-2xl">
{{ item ? item.name : "" }}
</h1>
<div class="flex flex-wrap gap-2 pb-1">
<LabelChip v-for="label in item?.labels || []" :key="label.id" :label="label" size="sm" />
</div>
<div class="flex flex-wrap gap-1 text-wrap text-xs">
<div>
Created