File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments