BillTracker/client/components/ui
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
..
Skeleton.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
alert-dialog.jsx fix(snowball): plan history and bill modal updates 2026-06-07 19:13:16 -05:00
badge.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
button.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
card.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
checkbox.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
collapsible.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
confirm-dialog.jsx fix(client): resolve all 13 exhaustive-deps warnings (R2b) 2026-07-03 19:47:14 -05:00
dialog.jsx feat: framer-motion page transitions and UI polish 2026-06-07 15:14:09 -05:00
dropdown-menu.jsx v0.20.7: Keyboard navigation and ARIA accessibility 2026-05-10 00:18:36 -05:00
input-dialog.jsx initial commit 2026-05-03 19:51:57 -05:00
input.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
label.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
save-status.jsx feat(settings): auto-save preferences with live save status (batch 0.39.0) 2026-06-12 02:08:42 -05:00
select.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
separator.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
sonner.jsx v0.24.3: Session fixes, activity log corrections, UI polish 2026-05-11 13:39:48 -05:00
switch.jsx initial commit 2026-05-03 19:51:57 -05:00
table.jsx feat: framer-motion page transitions and UI polish 2026-06-07 15:14:09 -05:00
tabs.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
theme-toggle.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00
tooltip.jsx chore: shadcn/ui component updates (batch) 2026-06-07 14:29:09 -05:00