BillTracker/client/components/tracker
null f4f1dadaab refactor(ts): convert MobileTrackerRow to TSX (B5)
The mobile tracker row (consumes branded TrackerRow + shared payment hooks).
Supporting: TrackerRow.sparkline typed number[]|null; ROW_STATUS_CLS typed
Record<string,string> (it has no `skipped` key, so indexing by TrackerStatus
needed a string index). DragProps/MoveControls interfaces exported. Notable: the
HTML5 drag handlers conflict with framer-motion's own onDrag* gesture types on
motion.div — cast via ComponentProps<typeof motion.div>; quick-pay/remaining
amounts need asDollars at the boundary. typecheck 0, build green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-04 19:36:01 -05:00
..
AutopaySuggestionActions.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
CashFlowCard.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
DriftInsightPanel.tsx refactor(ts): convert Drift + Overdue panels to TSX (B4) 2026-07-04 19:32:39 -05:00
EditableCell.tsx refactor(ts): convert all UI primitives + ThemeContext to TSX (B2) 2026-07-03 22:57:22 -05:00
FilterChip.tsx refactor(ts): convert tracker leaf components to TSX (B1) 2026-07-03 22:31:35 -05:00
LowerThisMonthButton.tsx refactor(ts): convert all UI primitives + ThemeContext to TSX (B2) 2026-07-03 22:57:22 -05:00
MobileTrackerRow.tsx refactor(ts): convert MobileTrackerRow to TSX (B5) 2026-07-04 19:36:01 -05:00
MonthlyStateDialog.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
NotesCell.tsx refactor(ts): convert all UI primitives + ThemeContext to TSX (B2) 2026-07-03 22:57:22 -05:00
OverdueCommandCenter.tsx refactor(ts): convert Drift + Overdue panels to TSX (B4) 2026-07-04 19:32:39 -05:00
PaymentLedgerDialog.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
PaymentModal.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
PaymentProgress.tsx refactor(ts): convert tracker leaf components to TSX (B1) 2026-07-03 22:31:35 -05:00
StartingAmountsEditDialog.tsx refactor(ts): convert tracker dialogs + cards to TSX (B3) 2026-07-04 19:29:42 -05:00
StatusBadge.tsx refactor(ts): convert tracker leaf components to TSX (B1) 2026-07-03 22:31:35 -05:00
SummaryCards.tsx refactor(ts): convert tracker leaf components to TSX (B1) 2026-07-03 22:31:35 -05:00
TrackerBucket.jsx refactor(ts): convert the API client to TypeScript (TS9) 2026-07-03 22:09:04 -05:00
TrackerRow.jsx refactor(ts): convert the API client to TypeScript (TS9) 2026-07-03 22:09:04 -05:00