mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Add list items from linked menu items
This commit is contained in:
parent
91150f03b2
commit
00a99e0393
11 changed files with 203 additions and 5 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<tr>
|
||||
<th>Menu Item</th>
|
||||
<th>Date to Serve</th>
|
||||
<th>Has Product Links</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -23,6 +24,9 @@
|
|||
<td>
|
||||
{{serveDate}}
|
||||
</td>
|
||||
<td>
|
||||
{{#if $eq isLinked true}}<a class="waves-effect waves-light blue darken-3 white-text btn addProdsToList modal-trigger" href="#addProdToList">+ Shopping List</a>{{/if}}
|
||||
</td>
|
||||
<td>
|
||||
<i class="material-icons tooltipped modal-trigger deleteMenuItem clickable" href="#modalDelete" data-position="top" data-tooltip-id="deleteMenuTip">delete</i>
|
||||
<i class="material-icons tooltipped modal-trigger linkToProducts clickable" href="#modalLinkProducts" data-position="top" data-tooltip-id="linkMenuTip">link</i>
|
||||
|
|
@ -36,4 +40,5 @@
|
|||
</div>
|
||||
{{> deleteConfirmationModal}}
|
||||
{{> modalLinkProducts}}
|
||||
{{> addProdToListModal}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue