You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes the series details modal component from every
action cell in the table, and instead adds the component to the
respective central page file (i.e. Series.tsx). The modal can then
be opened through redux, similar to how it already works for events.
The goal of these changes is to speed up table rendering.
For a series table with 1000 rows, these changes sped up rendering by
about 150ms in my local testing.
This also fixes an issue where opening the events details modal would
cause the entire events table to rerender. Opening the events details
should be a bit smoother now.
0 commit comments