mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 08:08:24 -05:00
basic nocer ui, nothing really working
This commit is contained in:
@@ -155,14 +155,17 @@
|
||||
v-for="(entries, index) in Object.entries(foods_group)"
|
||||
:key="index">
|
||||
<transition name="slide-fade" mode="out-in">
|
||||
<shopping-line-item
|
||||
:entries="entries[1]"
|
||||
:groupby="group_by"
|
||||
:settings="settings"
|
||||
@open-context-menu="openContextMenu"
|
||||
@update-checkbox="updateChecked"
|
||||
@update-delaythis="delayThis"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<shopping-line-item
|
||||
:entries="entries[1]"
|
||||
:groupby="group_by"
|
||||
:settings="settings"
|
||||
@open-context-menu="openContextMenu"
|
||||
@update-checkbox="updateChecked"
|
||||
@update-delaythis="delayThis"
|
||||
/>
|
||||
</transition>
|
||||
</div>
|
||||
</transition-group>
|
||||
|
||||
@@ -2,6 +2,24 @@
|
||||
|
||||
<div id="app">
|
||||
<div>
|
||||
|
||||
|
||||
|
||||
<b-button-group class="w-100 mb-1" >
|
||||
<b-button variant="dark" block class="btn btn-block btn-sm text-left " >100 g Möhren Test <br/><small class="text-muted">Info</small></b-button>
|
||||
<b-button variant="success"><i class="fas fa-check"></i></b-button>
|
||||
</b-button-group>
|
||||
<br/>
|
||||
<b-button-group class="w-100">
|
||||
<b-button variant="dark" block class="btn btn-block text-left" >150 ml Heißwassermöhrenbrühe<br/><small class="text-muted">Info</small></b-button>
|
||||
<b-button variant="success"><i class="fas fa-check"></i></b-button>
|
||||
</b-button-group>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
----
|
||||
|
||||
<markdown-editor-component></markdown-editor-component>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user