diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1f03760..87c461aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ [#1573](https://github.com/nextcloud/cookbook/pull/1573) @j0hannesr0th - Add copy to clipboard action for ingredients [#1602](https://github.com/nextcloud/cookbook/pull/1602) @j0hannesr0th +- Enhance recipe recalculation algorithm + [#1723](https://github.com/nextcloud/cookbook/pull/1723) @j0hannesr0th ### Fixed - Fix translation string to not contain quotes diff --git a/src/components/RecipeView.vue b/src/components/RecipeView.vue index b9ba7528b..cc7a085c3 100644 --- a/src/components/RecipeView.vue +++ b/src/components/RecipeView.vue @@ -69,14 +69,27 @@ - {{ recipeYield }} - +

@@ -125,16 +138,17 @@ {{ t("cookbook", "Copy ingredients") }} -

+

{{ t("cookbook", "Ingredients") }}

-