feat(planner): wire variety-aware suggestions into RecipePicker for empty slots #47

Merged
marcel merged 30 commits from feat/issue-46-wire-suggestions-recipe-picker into master 2026-04-09 16:33:12 +02:00
Showing only changes of commit 387d0705a4 - Show all commits

View File

@@ -121,7 +121,7 @@
data-type="good" data-type="good"
style="display: inline-block; margin-top: 3px; font-size: 8px; font-weight: 500; padding: 1px 5px; border-radius: 3px; background: var(--green-tint); color: var(--green-dark);" style="display: inline-block; margin-top: 3px; font-size: 8px; font-weight: 500; padding: 1px 5px; border-radius: 3px; background: var(--green-tint); color: var(--green-dark);"
> >
↑ +{suggestion.scoreDelta.toFixed(0)} Punkte ↑ +{(suggestion.scoreDelta ?? 0).toFixed(0)} Punkte
</span> </span>
{:else} {:else}
<span <span