2.0: beta feedback — edit dish from shopping list + dish photos in planner
- Shopping list: dishes under "No ingredients yet" now open the dish editor on tap (pencil affordance); list reconciles on dismiss. This was a dead end on devices without Apple Intelligence (no Generate button, e.g. iPhone 14). - Planner: dish photo as a scrimmed card background in the week calendar, behind a new Settings toggle (settings_show_dish_photos, default on). New optional AppSettings.showDishPhotosInPlanner (CloudKit/migration safe). - FilledSlotView: inlines the meal-card chrome to support the photo layer. - Toggle localized in all 6 languages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BkanrydYtrme8wipTzWssG
This commit is contained in:
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Frühstück";
|
||||
"snack" = "Snack";
|
||||
|
||||
"settings_show_dish_photos" = "Gerichtfotos im Planer anzeigen";
|
||||
|
||||
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Breakfast";
|
||||
"snack" = "Snack";
|
||||
|
||||
"settings_show_dish_photos" = "Show dish photos in planner";
|
||||
|
||||
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Desayuno";
|
||||
"snack" = "Merienda";
|
||||
|
||||
"settings_show_dish_photos" = "Mostrar fotos de platos en el planificador";
|
||||
|
||||
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Petit-déjeuner";
|
||||
"snack" = "Goûter";
|
||||
|
||||
"settings_show_dish_photos" = "Afficher les photos des plats dans le planning";
|
||||
|
||||
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Colazione";
|
||||
"snack" = "Merenda";
|
||||
|
||||
"settings_show_dish_photos" = "Mostra le foto dei piatti nel planner";
|
||||
|
||||
@@ -410,3 +410,5 @@
|
||||
// Meal types (2.0)
|
||||
"breakfast" = "Café da manhã";
|
||||
"snack" = "Lanche";
|
||||
|
||||
"settings_show_dish_photos" = "Mostrar fotos dos pratos no planejador";
|
||||
|
||||
Reference in New Issue
Block a user