mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 04:27:59 +00:00
refactor: rename 'Tags' to 'Categories' and update placeholder text in search input
This commit is contained in:
@@ -247,12 +247,6 @@
|
||||
</span>
|
||||
</span>
|
||||
<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
|
||||
</span>
|
||||
</button>
|
||||
@@ -261,12 +255,12 @@
|
||||
{#if filteredAvailableTags.length > 0 || tagSearchQuery}
|
||||
<div class="filter-separator"></div>
|
||||
<div class="filter-tags-section">
|
||||
<div class="filter-section-title">Tags</div>
|
||||
<div class="filter-section-title">Categories</div>
|
||||
|
||||
<div class="tags-search-bar">
|
||||
<input
|
||||
type="text"
|
||||
placeholder="Search tags..."
|
||||
placeholder="Search categories..."
|
||||
bind:value={tagSearchQuery}
|
||||
class="tags-search-input"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user