The Sync button and merchant-rule historical import both CREATE payments but only reloaded linked transactions, so the modal's Payment History stayed stale and the Tracker row behind the modal didn't update (kept showing due/overdue) until close+reopen. Both now await Promise.all([loadPayments(), loadLinkedTransactions()]) then onSave?.(), matching the unmatch handlers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| lib | ||
| pages | ||
| public/img | ||
| App.jsx | ||
| api.js | ||
| index.css | ||
| main.jsx | ||