grafana/public/app/features/playlist
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
..
api.ts Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistEditPage.test.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistEditPage.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00
PlaylistForm.test.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistForm.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistNewPage.test.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistNewPage.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00
PlaylistPage.tsx LibraryPanels: Adds initial section and Page to Dashboard submenu (#32876) 2021-04-12 09:30:29 +02:00
PlaylistSrv.test.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
PlaylistSrv.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
PlaylistStartPage.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
PlaylistTable.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistTableRow.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
PlaylistTableRows.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00
styles.ts Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
types.ts Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
usePlaylist.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
usePlaylistItems.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00