Tomasz Kajtoch
Tomasz Kajtoch
When implementing this make sure to test the color picker for style overrides
I updated the description to better reflect the scope of work
Estimated as 3 points and set high priority. This needs looking into, it's likely related to the virtualization library or is affected by the concurrent rendering happening in React 18....
It's a tricky thing to solve. Off the top of my head here are some ideas we could try: 1. Make `refractor` a peer dependency and let consumers bundle it...
Prioritizing this as "should" on the next quarter roadmap due to the recently found performance bottleneck caused by icon load animations, which needs a refactor of the loading logic to...
I've spent some time digging into this since the same thing could be seen in managed flyouts when navigating from an overlay flyout to a pushed flyout. * Interestingly, the...
@JasonStoltz Sure thing, it's on my todo list for today!
My initial feedback on the animations speed is that I'd love to see them being snappier in general, and maybe even have a user-facing setting in Kibana that controls animation...
The primary gain would likely be coming from reduced `useEuiTheme()` usage and component rerenders. Using CSS variables for dynamic data would make the JS-based style declarations static, making it easier...
Moving this to in progress since I have a fix locally and need to open a PR to [Emotion](http://github.com/emotion-js/emotion/). Essentially, `@emotion/sheet` checks whether the error thrown by `insertRule` includes one...