Vorschläge

This commit is contained in:
Bastian Wagner
2026-06-15 09:44:59 +02:00
parent 22c93f9ca1
commit cb938d3dc8
12 changed files with 681 additions and 13 deletions

View File

@@ -154,7 +154,7 @@
@if (list.items.length > 0) {
<ul class="template-items">
@for (item of list.items.slice(0, 4); track item.id) {
@for (item of previewItems(list); track item.id) {
<li>
<mat-icon aria-hidden="true">
{{ item.checked ? 'check_circle' : 'radio_button_unchecked' }}