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

@@ -81,9 +81,22 @@
<v-stepper-window-item :value="Pages.LANDING">
<v-container class="mb-12">
<AppLogo />
<v-card-title class="text-h4 justify-center text-center text-break text-pre-wrap">
<v-card-title class="text-headline-medium my-5 justify-center text-center text-break text-pre-wrap">
{{ $t('admin.setup.welcome-to-mealie-get-started') }}
</v-card-title>
<p class="text-body-1 text-center">
{{ $t('admin.setup.previous-mealie-instance') }}
</p>
<v-btn
to="backups"
rounded
variant="outlined"
color="primary"
class="text-subtitle-2 d-flex mx-auto my-3"
style="width: fit-content;"
>
{{ $t('settings.backup.restore-backup') }}
</v-btn>
<v-btn
:to="groupSlug ? `/g/${groupSlug}` : '/login'"
rounded

View File

@@ -248,9 +248,7 @@
</template>
</template>
<template v-else>
<div class="mb-3 text-center">
<AppLoader :waiting-text="$t('general.loading')" />
</div>
<AppLoader />
</template>
</v-card>
</section>

View File

@@ -372,9 +372,7 @@
cols="12"
class="d-flex justify-center"
>
<div class="text-center">
<AppLoader waiting-text="" />
</div>
<AppLoader :waiting-text="$t('general.loading-recipes')" />
</v-col>
</v-row>
</v-container>
@@ -402,9 +400,7 @@
cols="12"
class="d-flex justify-center"
>
<div class="text-center">
<AppLoader waiting-text="" />
</div>
<AppLoader :waiting-text="$t('general.loading-recipes')" />
</v-col>
</v-row>
</v-container>