From 429c659f05789f484a952b08d8cf87cf1bbd53ab Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:17:30 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/trust.index.tsx | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/routes/trust.index.tsx b/src/routes/trust.index.tsx index 423db03..9b8c14f 100644 --- a/src/routes/trust.index.tsx +++ b/src/routes/trust.index.tsx @@ -152,12 +152,28 @@ function TrustLedgerPage() { title="Trust accounting" description="All client trust balances and ledger activity." actions={ - +
+ + + +
} /> + setEntryDialog(null)} + onSaved={(e) => { setEntries((p) => [e, ...p]); setEntryDialog(null); }} + /> +