whisper-money/app/Http
Víctor Falcón 718cfa9e8f
Fix Sentry transaction and dashboard crashes (#372)
## Summary
- guard transaction list Inertia callbacks against non-paginated
transaction props
- exclude soft-deleted categories from dashboard category aggregates
- add dashboard category and cursor pagination tests

Fixes PHP-LARAVEL-1K
Fixes PHP-LARAVEL-1J

## Tests
- npm run test -- cursor-pagination.test.ts
- php artisan test --compact tests/Feature/DashboardAnalyticsTest.php
--filter='top categories'
- vendor/bin/pint --dirty --format agent

Note: npm run types still fails on existing unrelated TypeScript errors.
2026-05-10 11:10:31 +01:00
..
Controllers Fix Sentry transaction and dashboard crashes (#372) 2026-05-10 11:10:31 +01:00
Middleware Add Sentry user context (#348) 2026-05-04 13:26:50 +01:00
Requests Fix duplicate category name validation (#364) 2026-05-07 12:55:35 +01:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00