Add recreate task button
All checks were successful
Backend Build and Test / build (push) Successful in 2m13s

This commit is contained in:
2025-06-26 09:03:29 +02:00
parent 06c8ebcbcc
commit b8ffa6f894
7 changed files with 33 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
</div>
<ion-title *ngIf="isAddMode">Create Task</ion-title>
<ion-title *ngIf="!isAddMode">Edit Task</ion-title>
<button class="done-button" *ngIf="!isAddMode" (click)="completeAndRecreateTask()">Done & Re-create</button>
</div>
</ion-toolbar>
</ion-header>