feat: per-ingredient category selection for shopping list transfer (closes #33)
When adding ingredients in the meal editor, each ingredient now has a category dropdown. Categories are stored on the ingredient and applied automatically when transferring to the shopping list, so items appear pre-grouped by category without manual re-sorting.
This commit is contained in:
@@ -226,6 +226,8 @@
|
||||
"addIngredient": "Добавить ингредиент",
|
||||
"ingredientNamePlaceholder": "Ингредиент",
|
||||
"ingredientQtyPlaceholder": "Количество",
|
||||
"ingredientCategoryLabel": "Категория",
|
||||
"ingredientCategoryDefault": "Разное",
|
||||
"removeIngredient": "Удалить ингредиент",
|
||||
"transferLabel": "Перенести ингредиенты в список покупок",
|
||||
"transferNow": "Перенести сейчас",
|
||||
@@ -596,4 +598,4 @@
|
||||
"unitMonth": "месяц",
|
||||
"unitMonths": "месяцев"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user