grafana/public/app/core/components/Select
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
..
__snapshots__ Alerting: Rule edit form (#32877) 2021-04-14 15:57:36 +03:00
DashboardPicker.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
FolderPicker.test.tsx Live: broadcast events when dashboard is saved (#27583) 2020-10-01 10:46:14 -07:00
FolderPicker.tsx Alerting: editing existing rules via UI (#33005) 2021-04-16 11:08:26 +03:00
MetricSelect.test.tsx Chore: Upgrade Jest to latest (#25591) 2020-06-15 13:06:37 +02:00
MetricSelect.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
OrgPicker.tsx Chore: Reduces strict errors (#33012) 2021-04-15 14:21:06 +02:00
SortPicker.tsx Search: display sort metadata (#31167) 2021-02-17 14:06:19 +02:00
TeamPicker.test.tsx Fix: Show an ellipsis if Query row title is too long (#27648) 2020-09-21 15:33:50 +02:00
TeamPicker.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
UserPicker.test.tsx Fix: Show an ellipsis if Query row title is too long (#27648) 2020-09-21 15:33:50 +02:00
UserPicker.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00