verifizierung

This commit is contained in:
Bastian Wagner
2026-06-09 14:01:38 +02:00
parent 8f3806d398
commit 4c9ecb0b6b
33 changed files with 3993 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
<section class="list-detail-page">
<header class="detail-header">
<button mat-icon-button type="button" aria-label="Zurueck" (click)="backToLists()">
<button mat-icon-button type="button" aria-label="Zurück" (click)="backToLists()">
<mat-icon aria-hidden="true">arrow_back</mat-icon>
</button>
<div>
@@ -70,9 +70,9 @@
<mat-card-title>Items</mat-card-title>
<mat-card-subtitle>
@if (canEditItems()) {
{{ list()?.items?.length || 0 }} Eintraege
{{ list()?.items?.length || 0 }} Einträge
} @else {
Nach dem Speichern verfuegbar
Nach dem Speichern verfügbar
}
</mat-card-subtitle>
</mat-card-header>
@@ -95,14 +95,14 @@
} @else {
<mat-icon aria-hidden="true">add</mat-icon>
}
Hinzufuegen
Hinzufügen
</button>
</form>
@if (!canEditItems()) {
<div class="inline-empty">
<mat-icon aria-hidden="true">save</mat-icon>
<span>Speichere die Liste, bevor du Items hinzufuegst.</span>
<span>Speichere die Liste, bevor du Items hinzufügst.</span>
</div>
} @else if (list()?.items?.length) {
<ul class="check-items">