Glo-Foundation / glo-wallet

https://glo-wallet.vercel.app
MIT License
7 stars 6 forks source link

View all transactions #52

Closed gglucass closed 1 year ago

gglucass commented 1 year ago

Paginated in a modal?

image
Riglanto commented 1 year ago

Moralis api leverages cursor approach over pagination - https://docs.moralis.io/web3-data-api/reference/get-erc20-transfers?chain=eth&contract_addresses=[]&exclude_contracts=[]&wallet_addresses=[]&exclude_wallets=[]

Perhaps we could add "Load more button" at the bottom instead of pagination, wdyt @gglucass ?

gglucass commented 1 year ago

I like load more buttons @Riglanto ! Let's do it.