Feat: Add Retirement Savings Breakdown Feature#32
Conversation
cachebag
left a comment
There was a problem hiding this comment.
Very nice! Could you address CI?
|
Fix frontend CI test failures The linting checks were failing due to several issues in the retirement savings components: RetirementBreakdownCard.tsx: Fixed impure function warning by wrapping Date.now() in a helper function Fixed setState in effect by using useState lazy initializer for localStorage Updated to use Date.now().toString() for timestamp-based IDs (consistent with CustomSavingsGoals) |
Adds the ability to break down retirement savings with a new card that allows users to manage individual items (e.g., pension accounts, investment accounts, savings).
Changes: