Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the latest blocks view #32

Open
AlexITC opened this issue Jun 25, 2018 · 0 comments
Open

Improve the latest blocks view #32

AlexITC opened this issue Jun 25, 2018 · 0 comments
Labels
server Changes required on the server project web-ui Changes required on the web-ui project

Comments

@AlexITC
Copy link
Collaborator

AlexITC commented Jun 25, 2018

The latest blocks view doesn't provide as much information as we could

Expected behavior

The latest blocks view is rendered by querying the blocks API and sorting by the time in descending order, it paginates the results and allows the user to navigate to older blocks.

When the user is at the 1st page, we keep polling the server for new blocks, when the user is in another page, we don't poll the server for new blocks to avoid inconsistencies while navigating through the pages.

It would be useful to render the value transferred in each block.

Actual behavior

The latest blocks API returns the 10 latest blocks only, they are retrieved directly from the xsnd, hence, there is no pagination.

@AlexITC AlexITC added enhancement web-ui Changes required on the web-ui project server Changes required on the server project labels Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Changes required on the server project web-ui Changes required on the web-ui project
Projects
None yet
Development

No branches or pull requests

1 participant