Open Issues Need Help
View All on GitHub Add thousand separators to currency amounts on dashboard about 1 hour ago
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
Add CSV parser for a new bank format about 1 hour ago
enhancement good first issue
Default payer to the logged-in user about 1 hour ago
enhancement good first issue
CB-038: Shared Shopping List about 3 hours ago
enhancement help wanted