Noch keine Gerichte geplant.
Zum Wochenplaner →Bewertung im Detail
Protein-Verteilung
{#each weekDayAbbrs as abbr, i (weekDayKeys[i])}
{@const key = weekDayKeys[i]}
{@const protein = proteinByDay[key]}
{@const isRepeated = protein && Object.values(proteinByDay).filter((p) => p === protein).length > 1}
{abbr}
{/each}
{protein ? protein.split(' ')[0].slice(0, 3).toUpperCase() : '—'}
Aufwandsverteilung
{#if (effortCounts.easy + effortCounts.medium + effortCounts.hard) > 0}Noch keine Gerichte geplant.
{/if}