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

Add "Rank" and "Transactions count" columns to section /accounts #952

Closed
Viterbo opened this issue Jan 29, 2025 · 0 comments
Closed

Add "Rank" and "Transactions count" columns to section /accounts #952

Viterbo opened this issue Jan 29, 2025 · 0 comments
Assignees

Comments

@Viterbo
Copy link
Collaborator

Viterbo commented Jan 29, 2025

Overview

Two columns are currently empty due to a lack of data:

  • Rank: This number can be easily calculated based on the pagination parameters (no need for indexer changes).
  • trxCount: This field can be set to a loading state while we fetch the corresponding data from the indexer.

Fixed here: #953

The reason for separating the trxCount data from the initial query is to allow the first query to complete quickly, enabling the user to see some final data right away, even if not all information is available yet.

This issue includes (or replaces) this other issue requesting only the count column: #934

@Viterbo Viterbo self-assigned this Jan 29, 2025
pmjanus added a commit that referenced this issue Feb 6, 2025
…ns-count-columns-to-section-accounts

#952 | Add "rank" and "transactions count" columns to /accounts section
@Viterbo Viterbo closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant