refactor: rename 'Tags' to 'Categories' and update placeholder text in search input

This commit is contained in:
sHa
2025-05-29 04:21:47 +03:00
parent 13077a9925
commit aac4889a25

View File

@@ -247,12 +247,6 @@
</span> </span>
</span> </span>
<span class="option-label"> <span class="option-label">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 11L3 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 16H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14 13.5L16.1 16L20 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 6L13.5 6M20 6L17.75 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>
Group by brand Group by brand
</span> </span>
</button> </button>
@@ -261,12 +255,12 @@
{#if filteredAvailableTags.length > 0 || tagSearchQuery} {#if filteredAvailableTags.length > 0 || tagSearchQuery}
<div class="filter-separator"></div> <div class="filter-separator"></div>
<div class="filter-tags-section"> <div class="filter-tags-section">
<div class="filter-section-title">Tags</div> <div class="filter-section-title">Categories</div>
<div class="tags-search-bar"> <div class="tags-search-bar">
<input <input
type="text" type="text"
placeholder="Search tags..." placeholder="Search categories..."
bind:value={tagSearchQuery} bind:value={tagSearchQuery}
class="tags-search-input" class="tags-search-input"
/> />