add topping selection, defaultID WIP
This commit is contained in:
parent
2d753502f6
commit
3b4dec5e61
10 changed files with 331 additions and 56 deletions
|
|
@ -204,6 +204,8 @@
|
|||
</div>
|
||||
</label>
|
||||
|
||||
<button class="btn bg-primary btn-md border-2" (click)="this.copyToTsv(this.copyList)">COPY</button>
|
||||
|
||||
<div class="flex flex-col ml-auto">
|
||||
<span class=""
|
||||
>Last Updated:
|
||||
|
|
@ -328,7 +330,7 @@
|
|||
>
|
||||
<th>
|
||||
<label>
|
||||
<input type="checkbox" class="checkbox" />
|
||||
<input type="checkbox" class="checkbox" (click)="this.addToCopyList(recipe)"/>
|
||||
</label>
|
||||
</th>
|
||||
<td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue