You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix eternal activity feed spinner for freshly created wallets (#465)
Solana never triggered the initial activity load for a fresh wallet (the balance stream skips uninitialized wallets), the reducer dropped the recovery emit of a failed chain, and the UI never retried a silently failed load. Adds an initial load kick to the Solana polling, processes empty recovery emits in the reducer, and retries the load on an interval while the spinner is shown.