Skip to content

Commit 977c868

Browse files
authored
Update fast-search-card.js
1 parent 399325c commit 977c868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/fast-search-card.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11157,6 +11157,9 @@ class FastSearchCard extends HTMLElement {
1115711157
<button class="action-filter-chip active" data-action-filter="all">
1115811158
Alle <span class="chip-count" id="actions-all-count">0</span>
1115911159
</button>
11160+
<button class="action-filter-chip" data-action-filter="favorites" style="display: none;">
11161+
⭐ Favoriten <span class="chip-count" id="actions-favorites-count">0</span>
11162+
</button>
1116011163
<button class="action-filter-chip" data-action-filter="scenes">
1116111164
🎬 Szenen <span class="chip-count" id="actions-scenes-count">0</span>
1116211165
</button>

0 commit comments

Comments
 (0)