1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

first parts of external recipes in frontend

This commit is contained in:
vabene1111
2025-06-03 20:25:00 +02:00
parent c648ee954c
commit cd707d20a1
35 changed files with 389 additions and 6 deletions

View File

@@ -49,13 +49,26 @@
<database-model-col model="Automation"></database-model-col>
<database-model-col model="UserFile"></database-model-col>
<database-model-col model="CustomFilter"></database-model-col>
<database-link-col :to="{name: 'IngredientEditorPage'}"
<database-model-col model="CookLog"></database-model-col>
<database-model-col model="ViewLog"></database-model-col>
<database-link-col :to="{name: 'IngredientEditorPage'}"
prepend-icon="fa-solid fa-table-list"
:title="$t('Ingredient Editor')"
:subtitle="$t('IngredientEditorHelp')">
</database-link-col>
</v-row>
<v-row>
<v-col>
<h2>{{ $t('External') }}</h2>
</v-col>
</v-row>
<v-row dense>
<database-model-col model="Sync"></database-model-col>
<database-model-col model="SyncLog"></database-model-col>
<database-model-col model="Storage"></database-model-col>
</v-row>
</v-container>

View File

@@ -12,9 +12,9 @@
<v-row dense>
<v-col>
<v-card :prepend-icon="genericModel.model.icon" :title="$t(genericModel.model.localizationKey)">
<template #subtitle v-if="TFood.localizationKeyDescription">
<template #subtitle v-if="genericModel.model.localizationKeyDescription">
<div class="text-wrap">
{{ $t(TFood.localizationKeyDescription) }}
{{ $t(genericModel.model.localizationKeyDescription) }}
</div>
</template>
<template #append>