We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399325c commit 977c868Copy full SHA for 977c868
dist/fast-search-card.js
@@ -11157,6 +11157,9 @@ class FastSearchCard extends HTMLElement {
11157
<button class="action-filter-chip active" data-action-filter="all">
11158
Alle <span class="chip-count" id="actions-all-count">0</span>
11159
</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>
11163
<button class="action-filter-chip" data-action-filter="scenes">
11164
🎬 Szenen <span class="chip-count" id="actions-scenes-count">0</span>
11165
0 commit comments