feat: add transaction history to homepage (CAS-56) #137

Merged
csimonis merged 8 commits from feature/transaction-history into main 2025-04-23 10:38:31 +00:00
Showing only changes of commit 070be95928 - Show all commits

style(transaction-history): Adjust heading and paragraph styles
All checks were successful
CI / Get Changed Files (pull_request) Successful in 6s
CI / prettier (pull_request) Successful in 34s
CI / eslint (pull_request) Successful in 36s
CI / Checkstyle Main (pull_request) Successful in 50s
CI / test-build (pull_request) Successful in 46s

csimonis 2025-04-23 12:32:23 +02:00

Protected View file

@ -16,8 +16,8 @@
/>
</svg>
</button>
<h2 class="modal-heading">Transaktionen</h2>
<p class="py-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p>
<h2 class="modal-heading mb-0">Transaktionen</h2>
<p class="pb-1 text-text-secondary mb-4">Hier siehst du alle vergangenen Einzahlungen</p>
@for (transaction of (transactionData$ | async)?.transactions; track null) {
<div class="flex justify-between items-center mb-4">
<div>