add navigation to add allowance page
All checks were successful
Backend Build and Test / build (push) Successful in 2m10s

This commit is contained in:
2025-05-25 18:05:40 +02:00
parent daebcdeccd
commit c95a9cfbf8
13 changed files with 118 additions and 8 deletions

View File

@@ -1,8 +1,11 @@
<ion-header [translucent]="true" class="ion-no-border">
<ion-toolbar>
<ion-title>
Allowance
</ion-title>
<div class="toolbar">
<ion-title>
Allowance
</ion-title>
<button class="top-add-button" (click)="createAllowance()">Add Goal</button>
</div>
</ion-toolbar>
</ion-header>