[Dashboard][Collapsable Panels] Lower bundle size #190380
Labels
Feature:Dashboard
Dashboard related features
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Project:Collapsable Panels
Related to the project for adding collapsable sections to Dashboards.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
kbn grid layout
should be smaller thanreact grid layout
in terms of bundle sizing. If it is larger, or if we'd like to lower the size even further we can optionally consider the following:kbn grid layout
package take a newisEditable
prop.isEditable
false, it should render the simple fallback.isEditable
prop changes to true, the@kbn/grid-layout
package can async import the editable version of the grid, continuing to show the non-editable component while the editable one loads.In this way we can reduce the bundle size of our layout engine to near nothing (a simple CSS grid component).
The text was updated successfully, but these errors were encountered: