Skip to content

Commit ff9fc65

Browse files
authored
Update fast-search-card.js
1 parent a6b7dae commit ff9fc65

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dist/fast-search-card.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11919,23 +11919,25 @@ class FastSearchCard extends HTMLElement {
1191911919
<div class="actions-container">
1192011920
<div class="actions-header">
1192111921
<h4>Verfügbare Aktionen für ${item.name}</h4>
11922+
1192211923
<div class="actions-filter-chips">
1192311924
<button class="action-filter-chip active" data-action-filter="all">
1192411925
Alle <span class="chip-count" id="actions-all-count">0</span>
1192511926
</button>
1192611927
<button class="action-filter-chip" data-action-filter="favorites" style="display: none;">
11927-
Favoriten <span class="chip-count" id="actions-favorites-count">0</span>
11928+
Favoriten <span class="chip-count" id="actions-favorites-count">0</span>
1192811929
</button>
1192911930
<button class="action-filter-chip" data-action-filter="scenes">
11930-
🎬 Szenen <span class="chip-count" id="actions-scenes-count">0</span>
11931+
Szenen <span class="chip-count" id="actions-scenes-count">0</span>
1193111932
</button>
1193211933
<button class="action-filter-chip" data-action-filter="scripts">
11933-
📜 Skripte <span class="chip-count" id="actions-scripts-count">0</span>
11934+
Skripte <span class="chip-count" id="actions-scripts-count">0</span>
1193411935
</button>
1193511936
<button class="action-filter-chip" data-action-filter="automations">
11936-
⚙️ Automationen <span class="chip-count" id="actions-automations-count">0</span>
11937+
Automationen <span class="chip-count" id="actions-automations-count">0</span>
1193711938
</button>
1193811939
</div>
11940+
1193911941
</div>
1194011942

1194111943
<div class="actions-results-container">

0 commit comments

Comments
 (0)