BillTracker/client/components/data
null 03009e2a83 refactor(client): de-duplicate parseUtc + settingEnabled to lib/utils (plan A2/A3)
- Extract parseUtc (was copy-pasted in 4 files) and settingEnabled (3 copies,
  one named settingsBool) into client/lib/utils.ts as the single source.
- Replace all local copies with the shared import.
- Add tracker_show_safe_to_spend to the tracker's local settings defaults so it
  matches SettingsPage's list (behavior unchanged; aligns the two sources).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 14:38:12 -05:00
..
AutoMatchReview.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
BankSyncSection.tsx refactor(client): de-duplicate parseUtc + settingEnabled to lib/utils (plan A2/A3) 2026-07-05 14:38:12 -05:00
ConnectionHero.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
DataNav.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
DownloadMyDataSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
EraseDataSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportHistorySection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportMyDataSection.tsx refactor(ts): convert data/ import + matching sections to TypeScript 2026-07-04 21:42:18 -05:00
ImportOfxSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
ImportSpreadsheetSection.tsx refactor(ts): convert ImportSpreadsheetSection to TypeScript — data/ dir complete 2026-07-04 21:56:04 -05:00
ImportTransactionCsvSection.tsx refactor(ts): convert data/ import + matching sections to TypeScript 2026-07-04 21:42:18 -05:00
SeedDemoDataSection.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00
TransactionMatchingSection.tsx refactor(client): de-duplicate parseUtc + settingEnabled to lib/utils (plan A2/A3) 2026-07-05 14:38:12 -05:00
dataShared.tsx refactor(ts): convert data/ shared + small sections to TypeScript 2026-07-04 21:33:25 -05:00