grafana/public/app/features/variables/adhoc
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
..
picker Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
actions.test.ts Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
actions.ts Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
adapter.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
AdHocVariableEditor.tsx AdHocVariable: Adds default data source (#32470) 2021-03-30 11:17:33 +02:00
reducer.test.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
reducer.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
urlParser.test.ts AdHocVariables: Fixes crash when values are stored as numbers (#31382) 2021-02-22 10:35:36 +01:00
urlParser.ts AdHocVariables: Fixes crash when values are stored as numbers (#31382) 2021-02-22 10:35:36 +01:00