add funcionality to edit allowance
Some checks failed
Backend Build and Test / build (push) Has been cancelled

This commit is contained in:
2025-05-26 09:48:00 +02:00
parent 550933db11
commit 2678280400
6 changed files with 56 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
<div class="main" *ngIf="goal.id === 0; else other_goal">
<div class="title">
<div class="name">Main Allowance</div>
<div class="icon">
<div class="icon" (click)="updateAllowance(goal.id)">
<mat-icon>settings</mat-icon>
</div>
</div>
@@ -53,7 +53,7 @@
<div>
<div class="title">
<div class="name">{{ goal.name }}</div>
<div class="icon">
<div class="icon" (click)="updateAllowance(goal.id)">
<mat-icon>settings</mat-icon>
</div>
</div>