Skip to content

Commit 3256a26

Browse files
authored
Update fast-search-card.js
1 parent 813d0ec commit 3256a26

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

dist/fast-search-card.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9558,12 +9558,16 @@ class FastSearchCard extends HTMLElement {
95589558
</div>
95599559
</div>
95609560

9561+
// In der displayActiveTimers() Funktion, ersetzen Sie:
9562+
95619563
<button class="timer-delete" data-timer-id="${timer.schedule_id}" title="Timer löschen">
9562-
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" color="currentColor">
9563-
<g transform="matrix(0.784084, 0, 0, 0.761915, 0.590993, 0.857021)">
9564-
<path d="M20 9L18.005 20.3463C17.8369 21.3026 17.0062 22 16.0353 22H7.96474C6.99379 22 6.1631 21.3026 5.99496 20.3463L4 9"/>
9565-
<path d="M21 6H15.375M3 6H8.625M8.625 6V4C8.625 2.89543 9.52043 2 10.625 2H13.375C14.4796 2 15.375 2.89543 15.375 4V6H8.625"/>
9566-
</g>
9564+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
9565+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
9566+
<path d="M4 7l16 0" />
9567+
<path d="M10 11l0 6" />
9568+
<path d="M14 11l0 6" />
9569+
<path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" />
9570+
<path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />
95679571
</svg>
95689572
</button>
95699573

0 commit comments

Comments
 (0)