1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00

Merge branch 'mealie-next' into mealie-next

This commit is contained in:
boc-the-git 2023-12-12 21:32:26 +11:00 committed by GitHub
commit b13d66108d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 1312 additions and 1300 deletions

View file

@ -6,7 +6,6 @@
</template>
<template #title> {{ $t('data-pages.data-management') }} </template>
{{ $t('data-pages.data-management-description') }}
<BannerExperimental class="mt-5"></BannerExperimental>
<template #content>
<div>
<BaseOverflowButton

View file

@ -121,7 +121,7 @@
<template #icon>
{{ $globals.icons.database }}
</template>
{{ $t('general.import') }}}
{{ $t('general.import') }}
</BaseButton>
<BaseButton
color="info"

View file

@ -24,8 +24,8 @@
</v-date-picker>
</v-menu>
<div class="d-flex align-center justify-space-between mb-2">
<v-tabs>
<div class="d-flex flex-wrap align-center justify-space-between mb-2">
<v-tabs style="width: fit-content;">
<v-tab :to="`/group/mealplan/planner/view`">{{ $t('meal-plan.meal-planner') }}</v-tab>
<v-tab :to="`/group/mealplan/planner/edit`">{{ $t('general.edit') }}</v-tab>
</v-tabs>

View file

@ -21,7 +21,7 @@
{{ $d(Date.parse(item.timestamp), "short") }}
</template>
<template #expanded-item="{ headers, item }">
<td class="pa-6" :colspan="headers.length">{{ item.exception }}</td>
<td v-if="item.exception" class="pa-6" :colspan="headers.length">{{ item.exception }}</td>
</template>
</v-data-table>
</v-container>