whisper-money/resources/js/components/open-banking
Víctor Falcón 094ff4d5ac
feat(banking): enable Interactive Brokers for all users (#593)
## What

Removes the `InteractiveBrokers` Pennant feature flag. The integration
is now always available to every user.

## Changes

- Delete the `App\Features\InteractiveBrokers` flag class.
- Drop the per-user `abort_unless(...->active(...))` gate from
`InteractiveBrokersController`.
- Stop sharing the `interactiveBrokers` flag in Inertia props
(`HandleInertiaRequests`) and remove it from the `Features` type.
- Remove the now-unused `feature` gating mechanism from the
connect-provider registry and `useConnectFlow` — Interactive Brokers was
its only consumer.
- Update tests: drop the "blocked when flag off" case and all flag
activations; the connect dialog now asserts IB is always offered.

The Interactive Brokers integration itself (provider enum, client,
syncer) is untouched.

## Testing

- `php artisan test InteractiveBrokersControllerTest
InertiaSharedDataTest` — 17 passed
- `vitest connect-account-dialog` — 7 passed
- `bun run lint` / `bun run format` — clean
2026-06-26 11:03:21 +02:00
..
connect-account-dialog.test.tsx feat(banking): enable Interactive Brokers for all users (#593) 2026-06-26 11:03:21 +02:00
connect-account-dialog.tsx fix(banking): stop Wise appearing multiple times in the connect list (#589) 2026-06-23 16:20:59 +02:00
connect-account-inline.tsx fix(banking): stop Wise appearing multiple times in the connect list (#589) 2026-06-23 16:20:59 +02:00
connection-status-badge.tsx fix(ux): improve status badge, hide balance update for connected accounts, localize delete confirm (#159) 2026-02-27 22:37:16 +00:00
disconnect-dialog.tsx feat: Integrate EnableBanking as open banking provider (#106) 2026-02-12 09:09:28 +01:00
replace-connection-warning.tsx feat(open-banking): allow re-connecting a bank behind a replace warning (#570) 2026-06-20 17:23:49 +00:00
update-credentials-dialog.tsx feat(banking): let Wise credentials be updated (#588) 2026-06-23 09:54:31 +00:00
upgrade-connection-dialog.tsx Gate bank connections for free-tier accounts & upgrade billing page (#205) 2026-03-05 12:13:01 +00:00