|
@@ -155,20 +155,13 @@
|
|
|
<input id="recipeSearch" type="text" placeholder="FILTER" oninput="recipeBookStrandObj.search()">
|
|
<input id="recipeSearch" type="text" placeholder="FILTER" oninput="recipeBookStrandObj.search()">
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <button id="recipeClearButton" class="clearButton" onclick="ingredientsStrandObj.clearSorting()" style="display: none;">
|
|
|
|
|
|
|
+ <button id="recipeClearButton" class="clearButton" onclick="recipeBookStrandObj.clearSorting()" style="display: none;">
|
|
|
<svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<circle cx="12" cy="12" r="10"></circle>
|
|
<circle cx="12" cy="12" r="10"></circle>
|
|
|
<line x1="15" y1="9" x2="9" y2="15"></line>
|
|
<line x1="15" y1="9" x2="9" y2="15"></line>
|
|
|
<line x1="9" y1="9" x2="15" y2="15"></line>
|
|
<line x1="9" y1="9" x2="15" y2="15"></line>
|
|
|
</svg>
|
|
</svg>
|
|
|
</button>
|
|
</button>
|
|
|
-
|
|
|
|
|
- <select id="recipeSelect" onchange="ingredientsStrandObj.sort(this.value)">Sort Bys:
|
|
|
|
|
- <option value="" selected disabled>Sort By:</option>
|
|
|
|
|
- <option value="_name">Ingredient</option>
|
|
|
|
|
- <option value="category">Category</option>
|
|
|
|
|
- <option value="unit">Unit of Measurement</option>
|
|
|
|
|
- </select>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div id="recipeList"></div>
|
|
<div id="recipeList"></div>
|