whisper-money/resources/js/components/budgets
Víctor Falcón 970e85814e
feat(budgets): make budget title clickable with muted hover effect (#186)
## Summary

- Wraps the budget name in `BudgetListCard` with an Inertia `<Link>`
that navigates to the budget detail page
- Applies the same `-my-1 -ml-1.5 ... rounded-md px-1.5 py-1
transition-colors hover:bg-muted` hover effect used on dashboard account
card titles
- The existing "View Details" button in the card footer is unchanged
2026-03-03 10:47:37 +00: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 fix(i18n): fix unlocalised string in create budget form (#187) 2026-03-03 10:31:24 +00:00
delete-budget-dialog.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
edit-budget-dialog.tsx fix(i18n): localise missing strings in budget dialogs to Spanish (#177) 2026-03-01 17:56:02 +00:00