Files
sure/app
pro3958 8e6035c62c Wire @kraken_items into the accounts index (#2770)
app/views/accounts/index.html.erb never referenced @kraken_items.
Kraken support was added upstream but left out of the accounts index
in two places: the top-level empty-state condition that decides
whether to render the "empty" partial, and the provider render
section. AccountsController#index also did not assign @kraken_items
at all.

As a result, a family whose only connections are Kraken items saw the
blank empty state instead of their Kraken accounts.

Assign @kraken_items in the controller with the same eager-loading
shape used for the other crypto providers, add @kraken_items.empty?
to the empty-state condition, and render the items in the provider
section in the correct order.

Fixes #2577

Co-authored-by: agentloop <agentloop@localhost>
Co-authored-by: sure-admin <sure-admin@splashblot.com>
2026-07-30 09:12:42 +02:00
..
2026-03-25 10:50:23 +01:00