feat: Update recursive search option to default to true and remove related UI elements

This commit is contained in:
Will Miao
2025-08-26 18:14:43 +08:00
parent d2268fc9e0
commit 842beec7cc
7 changed files with 8 additions and 105 deletions

View File

@@ -101,17 +101,6 @@
{% endif %}
</div>
</div>
{% if request.path != '/loras/recipes' %}
<div class="options-section">
<div class="search-option-switch">
<span>Include Subfolders</span>
<label class="switch">
<input type="checkbox" id="recursiveSearchToggle">
<span class="slider round"></span>
</label>
</div>
</div>
{% endif %}
</div>
<!-- Add filter panel -->