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
Currently, performance is super poor when opening a step that includes an Emoji picker (e.g. edit project), because hundreds of DOM elements are being injected.
Our List Editor component already uses a virtual scrolling library in order to handle displaying potentially thousands of items without sacrificing performance.
We should use some kind of virtual scrolling solution, ideally the same one, for the Emoji picker too, so that only the rows in view (or almost in view) are rendered.
The text was updated successfully, but these errors were encountered:
Currently, performance is super poor when opening a step that includes an Emoji picker (e.g. edit project), because hundreds of DOM elements are being injected.
Our List Editor component already uses a virtual scrolling library in order to handle displaying potentially thousands of items without sacrificing performance.
We should use some kind of virtual scrolling solution, ideally the same one, for the Emoji picker too, so that only the rows in view (or almost in view) are rendered.
The text was updated successfully, but these errors were encountered: