FunctionMealPlanner({
meal,
dishes,
target,
disabled,
onTargetChange,
onOpenDish,
onFill,
onReplaceMeal,
onSwap
frontend/src/pages/Tomorrow.tsx:369
FunctionPageHeader({
title,
subtitle,
icon: Icon,
meta,
actions,
onBack,
centerTitle = false,
className = "",
}:
frontend/src/components/PageHeader.tsx:26
FunctionPlanSummary({
dateLabel,
totalCount,
hasSavedPlan,
hasChanges,
lunch,
dinner,
onGenerateAll,
onOpenShoppi
frontend/src/pages/Tomorrow.tsx:234