Merge branch 'mealie-next' into feat/announcements

This commit is contained in:
Michael Genson
2026-04-10 10:56:50 -05:00
committed by GitHub
29 changed files with 197 additions and 223 deletions

View File

@@ -10,6 +10,7 @@
<a
:href="issue"
target="_blank"
color="primary"
>{{ $t("banner-experimental.issue-link-text") }}</a>
</template>
</BannerWarning>

View File

@@ -40,9 +40,9 @@
</div>
<v-spacer />
<v-divider class="mx-2" />
<v-divider />
<v-card-actions>
<v-card-actions :class="$vuetify.display.xs ? 'pb-4' : 'undefined'">
<slot name="card-actions">
<v-btn
variant="text"
@@ -93,13 +93,6 @@
</BaseButton>
</slot>
</v-card-actions>
<div
v-if="$slots['below-actions']"
class="pb-4"
>
<slot name="below-actions" />
</div>
</v-card>
</v-dialog>
</div>

View File

@@ -12,16 +12,13 @@
>
<template #activator="{ props }">
<v-btn
:class="{ 'rounded-circle': fab }"
:small="fab"
:color="color"
:icon="!fab"
size="small"
:icon="$globals.icons.dotsVertical"
variant="text"
dark
v-bind="props"
@click.prevent
>
<v-icon>{{ $globals.icons.dotsVertical }}</v-icon>
</v-btn>
/>
</template>
<v-list density="compact">
<v-list-item
@@ -52,13 +49,5 @@ defineProps({
type: Boolean,
default: true,
},
fab: {
type: Boolean,
default: false,
},
color: {
type: String,
default: "grey-darken-2",
},
});
</script>

View File

@@ -22,9 +22,9 @@
v-bind="props"
class="px-2 py-2"
>
<v-list-item-title> {{ item.raw.name }} </v-list-item-title>
<v-list-item-title> {{ item.name }} </v-list-item-title>
<v-list-item-subtitle>
{{ item.raw.progress }}% {{ $t("language-dialog.translated") }}
{{ item.progress }}% {{ $t("language-dialog.translated") }}
</v-list-item-subtitle>
</div>
</template>
@@ -34,6 +34,7 @@
<a
href="https://docs.mealie.io/contributors/translating/"
target="_blank"
class="text-primary"
>
{{ $t("language-dialog.read-the-docs") }}
</a>