bitshares / bitshares-ui

Fully featured Graphical User Interface / Reference Wallet for the BitShares Blockchain
https://wallet.bitshares.org
MIT License
517 stars 570 forks source link

Proposed transactions pagination? #3452

Open abitmore opened 2 years ago

abitmore commented 2 years ago

Is your feature request related to a problem? Please describe.

There are hundreds of proposals in the committee-account now. It makes the page very slow to load. https://wallet.bitshares.org/#/account/committee-account/ image

Describe the solution you'd like Pagination?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context 2022-01-22 bitCNY blackswan: issues and solutions about individual settlements

sschiessl-bcp commented 2 years ago

Is there a paginated backend call for a full account's proposals? The quick & dirty way (and easiest) is to introduce pagination anyways even if all is loaded initially (then the rendering overhead is reduced)

abitmore commented 2 years ago

Is there a paginated backend call for a full account's proposals?

Not yet.

The quick & dirty way (and easiest) is to introduce pagination anyways even if all is loaded initially (then the rendering overhead is reduced)