Compare commits

..

2 Commits

Author SHA1 Message Date
989a31afd1 feat(transaction): #101 replace "note" with "party" and "description"
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m17s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m40s
2025-05-17 22:08:42 +02:00
84b7144f7b feat(transaction): #88 include "are you sure" dialog
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m43s
2025-05-17 21:31:34 +02:00

View File

@@ -202,6 +202,7 @@ templ TransactionItem(transaction *types.Transaction, accounts, treasureChests m
hx-delete={ "/transaction/" + transaction.Id.String() }
hx-target="closest #transaction"
hx-swap="outerHTML"
hx-confirm="Are you sure you want to delete this transaction?"
class="button button-neglect px-1 flex items-center gap-2"
>
@svg.Delete()