feat: Add clear filters functionality and improve product filter options in dashboard

This commit is contained in:
2026-03-28 13:02:13 -04:00
parent 25cfa80f20
commit ad5d179ba3
5 changed files with 98 additions and 14 deletions
+5 -1
View File
@@ -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">