grafana/public/app/features/profile
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
..
state Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
all.ts Convert remaining profile bits to React (#24310) 2020-06-08 18:19:00 +03:00
ChangePasswordForm.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
ChangePasswordPage.tsx Chore: Fix strict errors, down to 416 (#31365) 2021-02-22 10:06:07 +01:00
UserOrganizations.tsx Disable Change Password for OAuth users (#27886) 2021-02-16 10:20:41 +01:00
UserProfileEdit.tsx Chore: Fix strict errors, down to 416 (#31365) 2021-02-22 10:06:07 +01:00
UserProfileEditForm.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00
UserSessions.tsx Disable Change Password for OAuth users (#27886) 2021-02-16 10:20:41 +01:00
UserTeams.tsx convert teams section of user profile to react (#18633) 2019-08-23 08:26:52 -04:00