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

Avoid re-rendering transactions table on row hover #7405

Open
gustavlrsn opened this issue May 13, 2024 · 0 comments
Open

Avoid re-rendering transactions table on row hover #7405

gustavlrsn opened this issue May 13, 2024 · 0 comments
Labels
frontend performance Load times, slow queries, overall execution speed

Comments

@gustavlrsn
Copy link
Member

Issue mentioned by @kewitz in opencollective/opencollective-frontend#10374 (comment):

I caught something while testing the performance of the Transactions dashboard: onHoverRow causes the whole table to re-render when hovering over a different group. This is fine for now because we do not display a lot of transactions in the table right now, but it could become an issue if we decide to increase the number of rows being displayed at the same time. A possible solution would be implementing this effect using CSS selectors and data properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend performance Load times, slow queries, overall execution speed
Projects
None yet
Development

No branches or pull requests

1 participant