Skip to content

Conversation

hitarth-gg
Copy link
Collaborator

Description of Change

  • This PR disables row animations in the events table.
  • Animations behaved correctly while rows were below the maximum limit (MAX_EVENTS_TO_DISPLAY = 20000): when a new row was added, existing rows shifted upward smoothly.
  • However, once the row limit was reached, each new event required removing the oldest row to maintain the limit. This caused the animations to appear weird and visually inconsistent.
  • To ensure a stable and consistent visual experience, row animations have been disabled.

Behavior Comparison

  • In both cases, the number of events has exceeded MAX_EVENTS_TO_DISPLAY for demonstration.
With animations (before) Without animations (after)
m7vuwsmgX1 LHDgsnJXdT

@hitarth-gg hitarth-gg marked this pull request as ready for review September 1, 2025 16:49
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

Successfully merging this pull request may close these issues.

1 participant