feat: enhance alphabet bar with toggle functionality and visual indicators

This commit is contained in:
Will Miao
2025-05-01 20:50:31 +08:00
parent d1fd5b7f27
commit 6e96fbcda7
4 changed files with 213 additions and 49 deletions

View File

@@ -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>