whisper-money/resources/js/components/budgets
Víctor Falcón f8f3b06073
Add yearly budget period (#384)
## Summary
- Add yearly budget period option on backend and frontend
- Generate yearly budget periods for Jan 1 through Dec 31
- Add feature coverage for yearly budget creation and period generation

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact tests/Feature/BudgetPeriodServiceTest.php
tests/Feature/BudgetTest.php

## Notes
- npm run types fails on existing unrelated TypeScript errors: missing
generated Wayfinder modules and pre-existing type mismatches
2026-05-12 13:35:25 +02:00
..
budget-list-card.tsx feat(budgets): make budget title clickable with muted hover effect (#186) 2026-03-03 10:47:37 +00:00
budget-period-navigation.tsx feat(budgets): make budget title clickable with muted hover effect (#186) 2026-03-03 10:47:37 +00:00
budget-spending-chart.tsx feat(privacy): enable privacy mode for all users and extend amount masking (#182) 2026-03-02 10:48:45 +00:00
create-budget-dialog.tsx Add yearly budget period (#384) 2026-05-12 13:35:25 +02:00
delete-budget-dialog.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
edit-budget-dialog.tsx Add yearly budget period (#384) 2026-05-12 13:35:25 +02:00