grafana/public/app
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
..
angular TimeSrv: Refactor service to have no dependency on angular (#32562) 2021-04-01 06:33:11 +02:00
core Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
features Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
partials Migrate: Error page (404) (#26010) 2020-07-03 08:53:54 +02:00
plugins Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
routes Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
store Influx: Make max series limit configurable and show the limiting message if applied (#31025) 2021-02-10 15:23:19 +01:00
types ConfirmModal: Migrates to React with new theme (#33107) 2021-04-19 14:30:18 +02:00
app.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
AppWrapper.tsx Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988) 2021-04-14 21:49:38 +02:00
dev.ts React: Add why-did-you-render dev extension to better see what components re-render and why (in console) (#23455) 2020-04-09 19:44:05 +02:00
index.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00