mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-07-19 14:10:15 -04:00
feat: ui fixes & backup link on onboarding screen (#7743)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user