whisper-money/app/Http
Víctor Falcón 4ba130f310
Enable Coinbase for all users (#398)
## Summary
- remove CoinbaseIntegration Pennant feature flag
- always show Coinbase in open banking institution picker
- drop shared Coinbase feature flag type

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact tests/Feature/InertiaSharedDataTest.php
- php artisan test --compact
tests/Feature/OpenBanking/CoinbaseControllerTest.php
- npx eslint
resources/js/components/open-banking/connect-account-inline.tsx
resources/js/components/open-banking/connect-account-dialog.tsx
resources/js/types/index.d.ts

Note: npm run types still fails on existing project-wide Wayfinder/type
issues.
2026-05-14 11:47:47 +01:00
..
Controllers Backfill Coinbase monthly history (#395) 2026-05-14 10:52:46 +01:00
Middleware Enable Coinbase for all users (#398) 2026-05-14 11:47:47 +01:00
Requests feat: Coinbase banking integration (#388) 2026-05-13 19:53:30 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00