feat: Add clear filters functionality and improve product filter options in dashboard
This commit is contained in:
@@ -80,8 +80,11 @@
|
||||
<div class="filters">
|
||||
<select id="filterSite">
|
||||
<option value="">All Sites</option>
|
||||
<option value="pokemoncenter">PokemonCenter</option>
|
||||
<option value="pokemoncenter">Pokemon Center</option>
|
||||
<option value="target">Target</option>
|
||||
<option value="bestbuy">Best Buy</option>
|
||||
<option value="gamestop">GameStop</option>
|
||||
<option value="walmart">Walmart</option>
|
||||
</select>
|
||||
<select id="filterCategory">
|
||||
<option value="">All Categories</option>
|
||||
@@ -101,6 +104,7 @@
|
||||
<input type="checkbox" id="filterFavorites">
|
||||
Favorites Only
|
||||
</label>
|
||||
<button id="clearFiltersBtn" class="btn-secondary btn-clear-filters">Clear Filters</button>
|
||||
</div>
|
||||
|
||||
<div class="products-grid" id="productsGrid">
|
||||
|
||||
Reference in New Issue
Block a user