refactor(planner): remove C2 suggestions route, replace with callback-based DayMealCard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 23:25:35 +02:00
parent cbafe783e9
commit 4333dc0d84
6 changed files with 51 additions and 514 deletions

View File

@@ -205,6 +205,7 @@
isToday={selectedDay === today}
isSelected={true}
readonly={!isPlanner}
onaddrecipe={isPlanner ? () => (pickerOpen = true) : undefined}
/>
</div>