basic property viewer

This commit is contained in:
vabene1111
2025-03-21 20:28:26 +01:00
parent 05472b5a29
commit fbab90e954
6 changed files with 172 additions and 11 deletions

View File

@@ -89,7 +89,7 @@
</v-tabs-window-item>
<v-tabs-window-item value="properties">
<v-form :disabled="loading || fileApiLoading">
<v-alert class="mb-2" icon="$help">{{ $t('PropertiesFoodHelp') }}</v-alert>
<closable-help-alert :text="$t('PropertiesFoodHelp')"></closable-help-alert>
<properties-editor v-model="editingObj.properties" :amount-for="$t('Serving')"></properties-editor>
</v-form>
</v-tabs-window-item>