safe-wallet-web icon indicating copy to clipboard operation
safe-wallet-web copied to clipboard

Feat: show balances in the Safe List

Open katspaugh opened this issue 2 months ago • 12 comments

What it solves

Resolves #3610

Screenshot 2024-04-10 at 18 26 53

How this PR fixes it

I've added @iamacook's new endpoint for balances and pending transaction counts (the counts aren't displayed yet), as well as an infinite scroll pagination for the safe list.

Gateway SDK PR: https://github.com/safe-global/safe-gateway-typescript-sdk/pull/161

Fiat formatting

I've also adjusted the currency formatting function a bit: it will now not show cents for amounts greater than 1k.

katspaugh avatar Apr 10 '24 16:04 katspaugh