Improve lent tracker mobile UX
Made the lent tracker responsive by collapsing the entry form behind an Add record button, expanding the outstanding card on mobile, and enabling horizontal table scrolling. Decisions Keep …
Project log
Personal-finance product and engineering notes.
Made the lent tracker responsive by collapsing the entry form behind an Add record button, expanding the outstanding card on mobile, and enabling horizontal table scrolling. Decisions Keep …
Added bounded versioned JSON export and atomic append-only import for chit funds with nested installments, full-account and per-chit export actions, frontend preview, and raw archive …
Implemented versioned lent archive export and additive import with strict validation, atomic writes, ID remapping, frontend controls, cache invalidation, and test coverage. Decisions Use …
Reviewed Pennywise’s current personal-finance capabilities and created a dated three-month roadmap focused on faster transaction capture, flexible financial-data imports, recurring …
Reduced the transaction-name autocomplete debounce from 250 ms to 200 ms, updated the frontend documentation, and excluded the local devlog.md file from Git tracking. Decisions Use a 200 ms …
Removed redundant Record and Credit Card Usage chrome, clarified over-budget tile copy as rounded Nx budget, moved Daily Spend by Day under its chart without repeating the month, and scaled …
Added a forgot-password entry point on sign-in with a request-link page calling Goauth’s proxied /api/auth/forgot-password endpoint. Built a matching reset-password page/route/backend …