From fdbc66bbe53168b8b3433ee612e88bdc43b42563 Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Sat, 3 Jul 2021 21:57:14 +0530 Subject: [PATCH 1/2] ingredient unit scaling and fraction support --- app/components/ViewRecipe.vue | 513 ++++++++++++++++---------- app/components/settings/Interface.vue | 36 +- app/store.ts | 39 +- 3 files changed, 368 insertions(+), 220 deletions(-) diff --git a/app/components/ViewRecipe.vue b/app/components/ViewRecipe.vue index 92c4a2c0..265baefb 100644 --- a/app/components/ViewRecipe.vue +++ b/app/components/ViewRecipe.vue @@ -1,5 +1,5 @@