From 0c91e9d81402f5189f8286997225911c44c4c47f Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Mon, 28 Jun 2021 17:08:21 +0530 Subject: [PATCH] merge v2 --- app/app.scss | 14 +- app/components/CookingTimer.vue | 4 +- app/components/EditRecipe.vue | 472 ++++++++++-------- app/components/EnRecipes.vue | 8 +- app/components/MealPlanner.vue | 32 +- app/components/ViewRecipe.vue | 141 ++++-- app/components/modals/ActionWithSearch.vue | 2 +- app/components/settings/About.vue | 2 +- app/components/settings/AppSettings.vue | 2 +- app/components/settings/CTSettings.vue | 2 +- app/components/settings/Database.vue | 4 +- app/components/settings/Interface.vue | 2 +- app/components/settings/MPSettings.vue | 2 +- app/components/settings/Options.vue | 2 +- app/components/settings/Reset.vue | 2 +- app/components/sub/SnackBar.vue | 4 +- app/i18n/de.json | 9 +- app/i18n/en-GB.default.json | 3 +- app/i18n/en-IN.json | 9 +- app/i18n/en-US.json | 9 +- {translations/app => app/i18n}/es-AR.json | 0 app/i18n/fr.json | 9 +- app/i18n/hi.json | 9 +- app/i18n/ml.json | 9 +- app/i18n/nl.json | 9 +- app/i18n/pt-BR.json | 3 +- app/i18n/pt.json | 12 +- app/i18n/ta.json | 11 +- app/i18n/te.json | 9 +- app/resources/Android/app.gradle | 4 +- .../src/main/res/values-ar/strings.xml | 3 + .../src/main/res/values-da/strings.xml | 3 + .../src/main/res/values-de/strings.xml | 7 +- .../src/main/res/values-en-rIN/strings.xml | 7 +- .../src/main/res/values-en-rUS/strings.xml | 7 +- .../src/main/res/values-es-rAR/strings.xml | 334 +++++++++++++ .../src/main/res/values-es/strings.xml | 3 + .../src/main/res/values-fr-rBE/strings.xml | 3 + .../src/main/res/values-fr-rCA/strings.xml | 3 + .../src/main/res/values-fr-rCH/strings.xml | 3 + .../src/main/res/values-fr/strings.xml | 7 +- .../src/main/res/values-hi/strings.xml | 7 +- .../src/main/res/values-id/strings.xml | 3 + .../src/main/res/values-it/strings.xml | 3 + .../src/main/res/values-ja/strings.xml | 3 + .../src/main/res/values-ml/strings.xml | 7 +- .../src/main/res/values-nb-rNO/strings.xml | 3 + .../src/main/res/values-nl/strings.xml | 7 +- .../src/main/res/values-pt-rBR/strings.xml | 5 +- .../src/main/res/values-pt/strings.xml | 15 +- .../src/main/res/values-ru/strings.xml | 3 + .../src/main/res/values-ta/strings.xml | 9 +- .../src/main/res/values-te/strings.xml | 7 +- .../Android/src/main/res/values/strings.xml | 7 +- app/shared/utils.ts | 2 - app/store.ts | 110 ++++ package-lock.json | 210 ++++---- 57 files changed, 1106 insertions(+), 475 deletions(-) rename {translations/app => app/i18n}/es-AR.json (100%) create mode 100644 app/resources/Android/src/main/res/values-es-rAR/strings.xml diff --git a/app/app.scss b/app/app.scss index 7ce68960..45589834 100644 --- a/app/app.scss +++ b/app/app.scss @@ -241,7 +241,7 @@ button { ActivityIndicator { width: 24; height: 24; - margin: 12; + margin: 14; color: $orange; } @@ -395,6 +395,9 @@ ActivityIndicator { padding: 14 16; line-height: 4; } + .t { + padding: 14 0; + } } .done { opacity: 0.5; @@ -406,6 +409,9 @@ ActivityIndicator { padding: 16 24; line-height: 4; } +.t5 { + font-size: $t5; +} // ----------------------------- // AppBar @@ -449,6 +455,12 @@ ActivityIndicator { width: 100%; padding: 0 16 16; } +.ingActions { + orientation: horizontal; + button { + margin-right: 16; + } +} // ----------------------------- // MealPlanner diff --git a/app/components/CookingTimer.vue b/app/components/CookingTimer.vue index 24eaf053..8c16dd1b 100644 --- a/app/components/CookingTimer.vue +++ b/app/components/CookingTimer.vue @@ -38,8 +38,8 @@ :hidden="showUndo" columns="auto, *, auto" > -