BillTracker/client/components/bill-modal
null 31ff6adbd9 refactor(ts): convert bill-modal sub-components to TSX (B10)
The 7 BillModal sub-components + transactionDisplay helper: TemplateSection,
AutopayTrustIndicator, PaymentFormFields, PaymentHistoryList, DebtDetailsSection,
LinkedTransactionsSection, UnmatchDialogs. New @/types.BankTransaction — raw bank
amounts stay in CENTS on the wire, so branded `Cents` (formatCentsUSD, not
formatUSD), the complement to the Dollars brand. BulkUnmatchState typed with
null-safe setState callbacks. typecheck 0, lint 0 errors, build green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 20:03:09 -05:00
..
AutopayTrustIndicator.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
DebtDetailsSection.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
LinkedTransactionsSection.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
PaymentFormFields.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
PaymentHistoryList.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
TemplateSection.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
UnmatchDialogs.tsx refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00
transactionDisplay.ts refactor(ts): convert bill-modal sub-components to TSX (B10) 2026-07-04 20:03:09 -05:00