feat: ui fixes & backup link on onboarding screen (#7743)

This commit is contained in:
Arsène Reymond
2026-07-17 20:41:35 +02:00
committed by GitHub
parent 7092497cd2
commit 4eae486908
16 changed files with 67 additions and 75 deletions

View File

@@ -6,11 +6,11 @@
:recipe="recipe"
/>
<v-card
:width="landscape ? '100%' : '50%'"
:width="landscape || !recipe.image ? '100%' : '50%'"
flat
class="d-flex flex-column justify-center align-center"
>
<v-card-text class="w-100">
<v-card-text>
<div class="d-flex flex-column align-center">
<v-card-title class="text-h5 font-weight-regular pa-0 text-wrap text-center opacity-80">
{{ recipe.name }}
@@ -67,7 +67,7 @@
</v-card-text>
</v-card>
<RecipePageInfoCardImage
v-if="!landscape"
v-if="!landscape && recipe.image"
:recipe="recipe"
max-width="50%"
class="my-auto"

View File

@@ -54,7 +54,7 @@
<!-- Recipe Tools Edit -->
<v-card
v-if="isEditForm"
class="mt-2"
class="mt-4"
>
<v-card-title class="py-2">
{{ $t('tool.required-tools') }}
@@ -64,7 +64,6 @@
<RecipeOrganizerSelector
v-model="recipe.tools"
selector-type="tools"
v-bind="$attrs"
/>
</v-card-text>
</v-card>

View File

@@ -8,7 +8,7 @@
>
<v-container fluid class="pa-2 ma-0" style="background-color: rgb(var(--v-theme-background));">
<div v-if="state.loading.parser" class="my-6">
<AppLoader waiting-text="" class="my-6" />
<AppLoader class="my-6" />
</div>
<div v-else>
<BaseCardSectionTitle :title="$t('recipe.parser.ingredient-parser')">