BillTracker/client/components/data
null b8d394061b fix(client): resolve all 13 exhaustive-deps warnings (R2b)
- BankSyncSection: handleBtSave read btLateGraceDays but it was missing from the
  useCallback deps -> saving could persist a STALE late-grace value (real bug).
- ProfilePage: EditProfile sync effect now depends on [profile].
- Stabilized identity of derived arrays/objects feeding useMemo deps (they were
  recreated every render, defeating memoization): TrackerPage filters + rows,
  HealthPage bills, BankTransactionsPage transactions -> wrapped in useMemo.
- BillModal + TransactionMatchingSection: intentional id/filter-scoped effects
  documented with a targeted eslint-disable + reason.
- Removed 2 stale eslint-disable directives (confirm-dialog, useAuth).

exhaustive-deps + rules-of-hooks now both 0. Build + client tests green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 19:47:14 -05:00
..
AutoMatchReview.jsx refactor(client): single source of truth for money formatting (IMP-CODE-01) 2026-07-03 12:46:22 -05:00
BankSyncSection.jsx fix(client): resolve all 13 exhaustive-deps warnings (R2b) 2026-07-03 19:47:14 -05:00
ConnectionHero.jsx feat(data): actionable badges, health dots, at-a-glance stats, palette links (Batch 2) 2026-07-03 15:05:25 -05:00
DataNav.jsx feat(data): two-pane shell + connection hero + deep-linking (Batch 1) 2026-07-03 15:02:36 -05:00
DownloadMyDataSection.jsx feat(export): JSON export + date-range/format payments export (Batch 4) 2026-07-03 15:15:36 -05:00
EraseDataSection.jsx feat(data): "Erase my data" danger zone (Batch 5) 2026-07-03 15:21:07 -05:00
ImportHistorySection.jsx chore: bump to v0.34.2, subscription badge fix on Tracker rows 2026-05-30 21:52:02 -05:00
ImportMyDataSection.jsx chore: bump to v0.34.2, subscription badge fix on Tracker rows 2026-05-30 21:52:02 -05:00
ImportOfxSection.jsx feat(import): OFX/QFX transaction import (Batch 3) 2026-07-03 15:11:59 -05:00
ImportSpreadsheetSection.jsx 0.34.3 2026-05-31 15:06:10 -05:00
ImportTransactionCsvSection.jsx fix(client): fix ESLint errors — real latent bugs (R2a) 2026-07-03 19:42:52 -05:00
SeedDemoDataSection.jsx chore: bump to v0.34.2, subscription badge fix on Tracker rows 2026-05-30 21:52:02 -05:00
TransactionMatchingSection.jsx fix(client): resolve all 13 exhaustive-deps warnings (R2b) 2026-07-03 19:47:14 -05:00
dataShared.jsx feat(data): modernize SectionCard chrome (Batch 0 — Data overhaul) 2026-07-03 14:57:03 -05:00