mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 15:35:36 -04:00
chore: upgrade to vuetify v4 (#7432)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<p class="mt-3">
|
||||
<i18n-t keypath="settings.backup.postgresql-note">
|
||||
<template #backup-restore-process>
|
||||
<a href="https://nightly.mealie.io/documentation/getting-started/usage/backups-and-restoring/">{{
|
||||
<a class="text-primary" href="https://nightly.mealie.io/documentation/getting-started/usage/backups-and-restoring/">{{
|
||||
$t('settings.backup.backup-restore-process-in-the-documentation') }}</a>
|
||||
</template>
|
||||
</i18n-t>
|
||||
@@ -146,7 +146,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<v-container class="mt-4 d-flex justify-center text-center">
|
||||
<nuxt-link :to="`/group/migrations`"> {{ $t('recipe.looking-for-migrations') }} </nuxt-link>
|
||||
<nuxt-link class="text-primary" :to="`/group/migrations`"> {{ $t('recipe.looking-for-migrations') }} </nuxt-link>
|
||||
</v-container>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
<template v-if="property.slot === 'recipe-scraper'">
|
||||
<v-list-item-subtitle>
|
||||
<a
|
||||
class="text-primary"
|
||||
target="_blank"
|
||||
:href="`https://github.com/hhursev/recipe-scrapers/releases/tag/${property.value}`"
|
||||
>
|
||||
@@ -187,6 +188,7 @@
|
||||
<template v-else-if="property.slot === 'build'">
|
||||
<v-list-item-subtitle>
|
||||
<a
|
||||
class="text-primary"
|
||||
target="_blank"
|
||||
:href="`https://github.com/mealie-recipes/mealie/commit/${property.value}`"
|
||||
>
|
||||
@@ -197,6 +199,7 @@
|
||||
<template v-else-if="property.slot === 'version' && property.value !== 'develop' && property.value !== 'nightly'">
|
||||
<v-list-item-subtitle>
|
||||
<a
|
||||
class="text-primary"
|
||||
target="_blank"
|
||||
:href="`https://github.com/mealie-recipes/mealie/releases/tag/${property.value}`"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user