feat(meals): customizable meal type visibility in Settings (#14)
Users can now toggle which meal types (breakfast, lunch, dinner, snack) are displayed in the meal planner via a new Settings section. Preference is stored household-wide in sync_config and applied as a filter on the meals page. Includes preferences API, i18n (DE/EN/IT), and Settings UI.
This commit is contained in:
@@ -513,7 +513,12 @@
|
||||
"appleDisconnectConfirm": "Disconnect Apple Calendar?",
|
||||
"localeSystem": "System",
|
||||
"localeLabel": "Language",
|
||||
"languageTitle": "Language"
|
||||
"languageTitle": "Language",
|
||||
"sectionMeals": "Meal Plan",
|
||||
"mealTypesLabel": "Visible meals",
|
||||
"mealTypesHint": "Only selected meal types are shown in the meal planner.",
|
||||
"mealTypesSaved": "Meal plan settings saved.",
|
||||
"mealTypesMinOne": "At least one meal type must be active."
|
||||
},
|
||||
|
||||
"login": {
|
||||
|
||||
Reference in New Issue
Block a user