add clear search and no result

This commit is contained in:
Kara Hoagland
2022-11-30 16:11:42 -08:00
parent 5943a5c8ef
commit 9bc5b5624b
3 changed files with 35 additions and 9 deletions

View File

@@ -46,12 +46,12 @@
<img src ="./assets/images/Grouppink.png" alt="CREATE" style="opacity: 100%;" id="create-btn" title="Add an entry!" onclick="window.location.assign('./CreatePage.html')"/>
<h2 id="recent-reviews-text"> Recent Reviews </h2>
<img src ="./assets/images/Grouppink.png" style="opacity:0;"/>
<!--<button id="rating-btn">Sort By Top Rating</button>-->
<label for="sort">Filtering Method:</label>
<select id="sort">
<option value="recent">Most Recent</option>
<option value="top">Top Rated</option>
</select>
<button id="clear-search">Clear Search</button>
</div>
<div class="review-container" id="review-container"></div>