### Feature description Currently we always load the transaction list when the wallet is shown. On slower wallet connections this makes Alby feel slow. ### Describe the solution We should use the SWR utils that we have to show cached data and the update it. ### Describe alternatives _No response_ ### Additional context _No response_ ### Are you working on this? None