-
- Downloads
Add withBackground HOC to fix full page backgrounds (#5896)
* background HOC and application * add test * better displayName * apply to nqf
Showing
- frontend/src/metabase/dashboards/components/DashboardList.jsx 4 additions, 1 deletion...tend/src/metabase/dashboards/components/DashboardList.jsx
- frontend/src/metabase/dashboards/containers/Dashboards.jsx 1 addition, 1 deletionfrontend/src/metabase/dashboards/containers/Dashboards.jsx
- frontend/src/metabase/hoc/Background.jsx 20 additions, 0 deletionsfrontend/src/metabase/hoc/Background.jsx
- frontend/src/metabase/new_query/containers/MetricSearch.jsx 1 addition, 1 deletionfrontend/src/metabase/new_query/containers/MetricSearch.jsx
- frontend/src/metabase/new_query/containers/NewQueryOptions.jsx 3 additions, 2 deletions...end/src/metabase/new_query/containers/NewQueryOptions.jsx
- frontend/src/metabase/new_query/containers/SegmentSearch.jsx 1 addition, 1 deletionfrontend/src/metabase/new_query/containers/SegmentSearch.jsx
- frontend/src/metabase/new_query/router_wrappers.js 5 additions, 0 deletionsfrontend/src/metabase/new_query/router_wrappers.js
- frontend/src/metabase/xray/components/XRayLayout.jsx 4 additions, 2 deletionsfrontend/src/metabase/xray/components/XRayLayout.jsx
- frontend/test/hoc/Background.unit.spec.js 37 additions, 0 deletionsfrontend/test/hoc/Background.unit.spec.js
frontend/src/metabase/hoc/Background.jsx
0 → 100644
frontend/test/hoc/Background.unit.spec.js
0 → 100644
Please register or sign in to comment