grafana/public/app/features/dashboard
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
components Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
containers PanelEdit: only update when config changes (#33133) 2021-04-19 19:24:39 +02:00
dashgrid Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
services Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
state Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
utils Library panels: Add convert/unlink options to panel menu (#32908) 2021-04-13 16:55:31 +01:00
index.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00