profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Use custom splitter component

Open mstange opened this issue 2 years ago • 0 comments

Production | Deploy preview

I've been playing with a different splitter implementation which lets us use max-height on the timeline, so that we don't have to compute the timeline height based on the visible tracks.

It's working great so far and lets us remove a fair amount of code, and it's another solution to the ResizeObserver warning.

I haven't implemented the panelLayoutGeneration incrementing. The next step would be to find out whether that's still needed or whether we can remove panelLayoutGeneration as well (or maybe replace it with another ResizeObserver).

┆Issue is synchronized with this Jira Task

mstange avatar May 04 '23 19:05 mstange