From 93e1d16a3c98f37d7b9ae71f1064d457361bcccc Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Sat, 29 Nov 2025 17:55:47 +0100 Subject: [PATCH] feat: enhance transaction table interactions by preventing event propagation on button clicks and adding icons for reconciliation actions --- components/transactions/transaction-table.tsx | 28 ++++++++++++++----- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/components/transactions/transaction-table.tsx b/components/transactions/transaction-table.tsx index 3e2ab8e..5487e31 100644 --- a/components/transactions/transaction-table.tsx +++ b/components/transactions/transaction-table.tsx @@ -239,7 +239,7 @@ export function TransactionTable({ {transaction.amount >= 0 ? "+" : ""} {formatCurrency(transaction.amount)} - + e.stopPropagation()}> - + e.stopPropagation()}>