fix(v9): Capability-Chips auch im Rezept-Detail-Modal

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-06-24 18:21:30 +02:00
parent 4dd819488e
commit 30bae06c0c
2 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -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}
+45 -45
View File
File diff suppressed because one or more lines are too long