grafana/public/app/features/teams
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
..
__mocks__ @grafana/ui: Various smaller Icon updates (#23588) 2020-04-16 13:49:58 +02:00
__snapshots__ UI text edits (#32524) 2021-03-31 16:07:37 -07:00
state UI text edits (#32524) 2021-03-31 16:07:37 -07:00
CreateTeam.test.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
CreateTeam.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
TeamGroupSync.test.tsx Teams page replace mobx (#13219) 2018-09-11 14:14:03 +02:00
TeamGroupSync.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
TeamList.test.tsx Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
TeamList.tsx PanelEdit: v8 Panel Edit UX (#32124) 2021-03-25 08:33:13 +01:00
TeamMemberRow.test.tsx UserTableView: Show user name in table view (#18108) 2019-11-21 12:44:46 +02:00
TeamMemberRow.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
TeamMembers.test.tsx Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
TeamMembers.tsx PanelEdit: v8 Panel Edit UX (#32124) 2021-03-25 08:33:13 +01:00
TeamPages.test.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
TeamPages.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
TeamSettings.test.tsx Migration: Settings forms (#24741) 2020-06-24 10:55:39 +02:00
TeamSettings.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00