{formatDate(date)}

{#if dayData.loading}

Loading…

{:else if dayData.error} {:else} {#if recentFoods.length > 0}

Recent

{#each recentFoods as food (food.id)} {/each}
{:else if recentLoading}

Loading recent foods…

{/if} {#if dayData.log.length === 0}

Nothing logged yet. Tap "Add Food" to get started.

{:else} {#if !selecting}
{/if} {#each groups as group (group.slot ?? 'other')}

{group.slot || 'Other'}

    {#each group.entries as entry (entry.id)}
  • {#if selecting || creatingMeal} {/if}
  • {/each}
{/each} {/if} {#if selecting && !creatingMeal}
{/if} {#if creatingMeal} {/if} {/if}