Skip to content

fix(ourlogs): Fix hover state on rows #95003

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

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Jul 7, 2025

Summary

To improve performance when rendering thousands of rows, we only add hoverable actions once you've hovered a row for the first time. This keeps the hoverable elements always rendered so a re-render doesn't cause the dropdown to disappear.

To improve performance when rendering thousands of rows, we only add hoverable actions once you've hovered a row for the first time. This keeps the hoverable elements always rendered so a re-render doesn't cause the dropdown to disappear.
@k-fish k-fish requested a review from a team as a code owner July 7, 2025 21:03
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 7, 2025
@k-fish k-fish merged commit 8b910ce into master Jul 15, 2025
47 checks passed
@k-fish k-fish deleted the feat/ourlogs/fix-hover-state-logs-203 branch July 15, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants