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

Inconsistent number of transaction history items per page #165

Open
fmorency opened this issue Dec 20, 2024 · 2 comments
Open

Inconsistent number of transaction history items per page #165

fmorency opened this issue Dec 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@fmorency
Copy link
Contributor

Transaction history doesn't display the same number of entries on every page (except the last which can contain fewer items).

2024-12-20_09-36
2024-12-20_09-36_1
2024-12-20_09-36_2
2024-12-20_09-37

@fmorency fmorency added the bug Something isn't working label Dec 20, 2024
@chalabi2
Copy link
Collaborator

This issue persists due to the gap created by the date object. If there are many tx's each with their own date we need to be considerate of the total tx's displayed otherwise it will be too tall and cause scrolling / push the page selector down. If we decrease the amount of tx's displayed when there is only 1 or 2 date objects then we arent using the real estate of the page.

@chalabi2
Copy link
Collaborator

Please refer a solution you can think of and I will implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants