liftedinit / alberto

A crypto wallet for any ledger supporting the Many protocol
https://alberto.app
Apache License 2.0
6 stars 7 forks source link

fix: transaction listing from multiple backends #128

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

Refactor useTransactionsList and fix history pagination when using multiple backends.

This is not an idiomatic way of doing this kind of task but this is what we have for the moment...

Relates https://github.com/liftedinit/many-rs/issues/404

netlify[bot] commented 1 year ago

Deploy Preview for lifted-alberto ready!

Name Link
Latest commit 4327d1eac48b92cf9800a1163d18221487bec901
Latest deploy log https://app.netlify.com/sites/lifted-alberto/deploys/64c3facf6a43590008cb919d
Deploy Preview https://deploy-preview-128--lifted-alberto.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

fmorency commented 1 year ago

@stanleyjones I'm curious to know if you have any suggestions for improving this horror.