BillTracker/client/components/bill-modal
null 301bb152ef refactor(bill-modal): extract UnmatchDialogs + shared transactionDisplay (BM2, 5/n)
The three unmatch flows (choice dialog, single-unmatch confirm, bulk review with
optional merchant-rule removal) move to UnmatchDialogs; the transaction display/
matching helpers (transactionTitle/Date, fmtTransactionAmount, isSimilarPayee)
move to a shared transactionDisplay.js used by both the parent and the dialogs.
Dropped now-unused imports (Layers, Checkbox, formatCentsUSD). Behavior-
preserving — BillModal 1432 -> 1193 lines; build + client tests green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 19:20:02 -05:00
..
AutopayTrustIndicator.jsx refactor(bill-modal): extract AutopayTrustIndicator (BM2, 2/n) 2026-07-03 19:07:35 -05:00
DebtDetailsSection.jsx refactor(bill-modal): extract DebtDetailsSection (BM2, 1/n) 2026-07-03 19:06:12 -05:00
PaymentFormFields.jsx refactor(bill-modal): extract PaymentFormFields (BM2, 4/n) 2026-07-03 19:16:10 -05:00
PaymentHistoryList.jsx refactor(bill-modal): extract PaymentHistoryList (BM2, 3/n) 2026-07-03 19:11:05 -05:00
UnmatchDialogs.jsx refactor(bill-modal): extract UnmatchDialogs + shared transactionDisplay (BM2, 5/n) 2026-07-03 19:20:02 -05:00
transactionDisplay.js refactor(bill-modal): extract UnmatchDialogs + shared transactionDisplay (BM2, 5/n) 2026-07-03 19:20:02 -05:00