A friendly, shared tool to manage a family budget.

0 stars 0 forks 0 watchers JavaScript MIT License
4 Open Issues Need Help Last updated: Feb 25, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses the lack of thousand separators in currency amounts displayed on the dashboard, making them difficult to read. The proposed solution is to replace existing `toFixed(X)` calls with `toLocaleString('en-US', { minimumFractionDigits: X, maximumFractionDigits: X })` across all relevant dashboard components, including summary cards, category breakdowns, and net by payer displays.

Complexity: 1/5
enhancement good first issue

A friendly, shared tool to manage a family budget.

JavaScript
enhancement good first issue

A friendly, shared tool to manage a family budget.

JavaScript
enhancement good first issue

A friendly, shared tool to manage a family budget.

JavaScript
enhancement help wanted

A friendly, shared tool to manage a family budget.

JavaScript