first ideas of property editor

This commit is contained in:
vabene1111
2023-04-11 17:27:10 +02:00
parent 7d9fcac0c7
commit b275c53e5a
7 changed files with 206 additions and 54 deletions

View File

@@ -2,8 +2,8 @@
<div>
<div class="card" v-if="recipe !== undefined">
<h5>Properties</h5>
<div class="card p-2" v-if="recipe !== undefined" >
<h5><i class="fas fa-database"></i> {{$t('Properties')}}</h5>
<table class="table table-bordered table-sm">
<tr v-for="p in recipe.food_properties" v-bind:key="`id_${p.id}`">