diff --git a/docs/docs/changelog/v0.5.2.md b/docs/docs/changelog/v0.5.2.md index ef499298..564171eb 100644 --- a/docs/docs/changelog/v0.5.2.md +++ b/docs/docs/changelog/v0.5.2.md @@ -13,14 +13,16 @@ ### General - Recipe Instructions now collapse when checked - Default recipe settings can be set through ENV variables +- Recipe Ingredient lists can now container ingredient sections. ### Localization -#### Huge thanks to [@sephrat](https://github.com/sephrat) for all his work on the project. He's very consistent in his contributions to the project and nearly every release has had some of his code in it! Here's some highlights from this release +Huge thanks to [@sephrat](https://github.com/sephrat) for all his work on the project. He's very consistent in his contributions to the project and nearly every release has had some of his code in it! Here's some highlights from this release - Lazy Load Translations (Huge Performance Increase!) - - Tons of localization additions all around the site. + - Tons of localization additions all around the site. + - All of the work that goes into managing and making Crowdin a great feature the application #### Here a list of contributors on Crowding who make Mealie possible in different locals diff --git a/frontend/src/components/MealPlan/MealPlanCard.vue b/frontend/src/components/MealPlan/MealPlanCard.vue index ed18943e..13862cdd 100644 --- a/frontend/src/components/MealPlan/MealPlanCard.vue +++ b/frontend/src/components/MealPlan/MealPlanCard.vue @@ -18,14 +18,16 @@ - - - - {{ $globals.icons.edit }} - - {{ $t('reicpe.no-recipe') }} - - +
+ + + + {{ $globals.icons.edit }} + + {{ $t("reicpe.no-recipe") }} + + +
@@ -40,14 +42,14 @@ {{ $globals.icons.edit }} - {{ $t('reicpe.no-recipe') }} + {{ $t("reicpe.no-recipe") }} {{ $globals.icons.create }} - {{ $t('meal-plan.side') }} + {{ $t("meal-plan.side") }}
diff --git a/frontend/src/components/Recipe/CardImage.vue b/frontend/src/components/Recipe/CardImage.vue index 95706c5e..7da1ac42 100644 --- a/frontend/src/components/Recipe/CardImage.vue +++ b/frontend/src/components/Recipe/CardImage.vue @@ -13,7 +13,7 @@ {{ $globals.icons.primary }} - + @@ -85,6 +85,7 @@ export default { } .icon-slot > div { + top: 0; position: absolute; z-index: 1; } diff --git a/frontend/src/components/Recipe/FavoriteBadge.vue b/frontend/src/components/Recipe/FavoriteBadge.vue index 35c7b2d1..9b28715f 100644 --- a/frontend/src/components/Recipe/FavoriteBadge.vue +++ b/frontend/src/components/Recipe/FavoriteBadge.vue @@ -1,17 +1,17 @@