feat: use cash flow presentation in transaction histories

This commit is contained in:
Bastian Wagner
2026-08-01 20:58:22 +02:00
parent 239b157015
commit f2e6704943
15 changed files with 203 additions and 90 deletions

View File

@@ -167,7 +167,13 @@
<small>{{ activity.note }}</small>
}
</div>
<strong class="amount">{{ displayAmount(activity) | currency: 'EUR' }}</strong>
<strong>
<app-transaction-amount
[amount]="activity.amount"
[type]="activity.type"
[context]="activity.isTeamWalletTransaction ? 'team' : 'player'"
/>
</strong>
@if (canReverse(activity)) {
<button
mat-icon-button