mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
feat: enhance alphabet bar with toggle functionality and visual indicators
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="alphabet-bar-section">
|
||||
<div class="alphabet-bar-container collapsed">
|
||||
<div class="alphabet-bar">
|
||||
<span class="alphabet-bar-title">Filter by:</span>
|
||||
<!-- <span class="alphabet-bar-title">Filter by</span> -->
|
||||
<div class="letter-chip" data-letter="#" title="Numbers">
|
||||
#<span class="count"></span>
|
||||
</div>
|
||||
@@ -16,4 +16,7 @@
|
||||
漢<span class="count"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toggle-alphabet-bar" title="Toggle alphabet filter">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user