BillTracker/client
null 337ad95a3e feat(ts): type Bill + Payment API responses with branded Dollars (A2-A3)
Adds Bill and reuses Payment domain types (money → Dollars, mirroring
serializeBill/serializePayment which spread the DB row and convert the money
columns). Wired: bills/allBills/deletedBills → Bill[], bill/createBill/updateBill
→ Bill; quickPay/createPayment/updatePayment/restorePayment → Payment. Replaced
api.ts's minimal PaymentRecord with the richer @/types Payment (usePaymentActions
still resolves payment.id). typecheck 0, build green, 48 client tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 22:24:35 -05:00
..
components refactor(ts): convert the API client to TypeScript (TS9) 2026-07-03 22:09:04 -05:00
contexts theme correctness 2026-05-28 01:30:40 -05:00
hooks refactor(ts): convert React Query hooks to TypeScript (TS10) 2026-07-03 22:13:05 -05:00
lib feat(ts): type the Tracker API response with branded Dollars (A1) 2026-07-03 22:21:45 -05:00
pages refactor(ts): convert the API client to TypeScript (TS9) 2026-07-03 22:09:04 -05:00
public/img refactor: component splits, PWA support, CommandPalette 2026-05-28 20:53:22 -05:00
App.jsx feat(query): global background-refetch error toast (P1) 2026-07-03 20:56:31 -05:00
api.ts feat(ts): type Bill + Payment API responses with branded Dollars (A2-A3) 2026-07-03 22:24:35 -05:00
index.css feat(settings): safe-to-spend toggle, move notifications from Profile to Settings, fix dark-mode readability 2026-06-12 01:52:48 -05:00
main.jsx v0.24.3: Session fixes, activity log corrections, UI polish 2026-05-11 13:39:48 -05:00
types.ts feat(ts): type Bill + Payment API responses with branded Dollars (A2-A3) 2026-07-03 22:24:35 -05:00