feat(ui) : add UsedInSection showing reverse entity relationships on detail pages

This commit is contained in:
2026-04-04 17:29:13 +02:00
parent 4afbc8ba8a
commit 8b02f821d3
5 changed files with 107 additions and 0 deletions

View File

@@ -222,6 +222,8 @@
:preview-badge="formatPieceStructurePreview(resolvedStructure)"
variant="piece"
/>
<CommonUsedInSection entity-type="pieces" :entity-id="piece?.id ?? null" />
</div>
</template>