mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
add clear search and no result
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user