fix(v9): Capability-Chips auch im Rezept-Detail-Modal
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -492,7 +492,7 @@
|
|||||||
<div class="flex items-center gap-2" style="flex-wrap:wrap">
|
<div class="flex items-center gap-2" style="flex-wrap:wrap">
|
||||||
<span class="li-id">{m.name}</span>
|
<span class="li-id">{m.name}</span>
|
||||||
<span class="tag text">{m.role}</span>
|
<span class="tag text">{m.role}</span>
|
||||||
{@html moeChipHtml(m.repo)}
|
{@html capsChipsHtml(m.repo, m.tags)}
|
||||||
</div>
|
</div>
|
||||||
{#if m.why}<div class="li-sub">{m.why}</div>{/if}
|
{#if m.why}<div class="li-sub">{m.why}</div>{/if}
|
||||||
{#if m.fit}
|
{#if m.fit}
|
||||||
|
|||||||
Vendored
+45
-45
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user