grafana/packages/grafana-ui/src/components
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
..
Alert Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
AlphaNotice Theme: Updates Alert design and licence warning hook (#32930) 2021-04-13 18:00:55 +02:00
Badge Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
BarChart GraphNG: stacking (#30749) 2021-04-15 13:00:01 +02:00
BarGauge Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988) 2021-04-14 21:49:38 +02:00
BigValue Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
Button Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
ButtonCascader chore: Bump storybook to 6.2 (#32638) 2021-04-06 14:47:17 +02:00
CallToActionCard Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
Card Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Cascader chore: Bump storybook to 6.2 (#32638) 2021-04-06 14:47:17 +02:00
ClickOutsideWrapper Chore: Enable eslint-plugin-react partial rules (#29428) 2020-12-01 16:19:52 +01:00
ClipboardButton chore: Bump storybook to 6.2 (#32638) 2021-04-06 14:47:17 +02:00
Collapse Alerting: unified alerting frontend (#32708) 2021-04-07 08:42:43 +03:00
ColorPicker Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
ConfirmButton chore: Bump storybook to 6.2 (#32638) 2021-04-06 14:47:17 +02:00
ConfirmModal ConfirmModal: Migrates to React with new theme (#33107) 2021-04-19 14:30:18 +02:00
ContextMenu ContextMenu: changed menu item rendering to render prop pattern (#31993) 2021-03-18 12:58:07 +01:00
CustomScrollbar Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
DataLinks Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
DataSourceSettings Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Drawer Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
Dropdown Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
EmptySearchResult Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
ErrorBoundary Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
FileUpload Buttons: Refactor & use new theme (#32767) 2021-04-08 13:00:58 +02:00
FilterPill Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
FormattedValueDisplay GraphNG: Context menu (#29745) 2020-12-15 10:53:04 +01:00
FormField chore: Bump storybook to 6.2 (#32638) 2021-04-06 14:47:17 +02:00
FormLabel grafana/ui: Do not rename export for InlineFormLabel (#26118) 2020-07-07 14:09:58 +02:00
Forms Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Gauge Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
Graph Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
GraphNG Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Icon Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988) 2021-04-14 21:49:38 +02:00
IconButton Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
InfoBox Theme: Updates Alert design and licence warning hook (#32930) 2021-04-13 18:00:55 +02:00
InfoTooltip PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 2021-04-20 09:45:41 +02:00
Input Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
JSONFormatter Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Layout Layout: updates story from knobs to control (#32761) 2021-04-08 14:42:31 +01:00
Link Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
List List: updates story from knobs to controls (#32832) 2021-04-12 11:57:01 +02:00
LoadingPlaceholder Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
Logs Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
MatchersUI MatcherUI: show field name even when not found in results (#33102) 2021-04-19 09:02:58 +02:00
Menu Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Modal Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Monaco Grafana-UI: allow pass through of monaco options (#32763) 2021-04-08 14:02:00 +01:00
NodeGraph Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
OptionsUI DashboardSettings: Migrates annotations list & edit view from angular to react and new forms styles (#31950) 2021-04-12 09:41:07 +02:00
PageLayout Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Pagination Pagination: refactored story from knobs to controls (#33045) 2021-04-16 09:05:23 +01:00
PanelChrome PanelChrome: adding support for displaying error messages. (#32748) 2021-04-12 16:50:49 +02:00
PieChart PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 2021-04-20 09:45:41 +02:00
PluginSignatureBadge Plugins: moving the DataSourcePicker to grafana/runtime so it can be reused in plugins (#31628) 2021-03-18 10:44:26 +01:00
Portal Select: Portaling for Select (#22040) 2020-02-09 13:37:00 +01:00
QueryField Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
RefreshPicker Theming: Updates to select styles and theme model progress (#32797) 2021-04-12 14:23:00 +02:00
SecretFormField Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Segment Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Select Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
SetInterval Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
SingleStatShared Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Slider Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Sparkline GraphNG: stacking (#30749) 2021-04-15 13:00:01 +02:00
Spinner Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
StatsPicker Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Switch Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
TabbedContainer Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
Table Table: Fixes so border is visible for cells with links (#33160) 2021-04-20 15:06:29 +02:00
TableInputCSV Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Tabs Theme: Variable name changes & progress (#33088) 2021-04-17 19:17:18 +02:00
Tags Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
TagsInput Theme: More theme updates (#33076) 2021-04-17 07:13:25 +02:00
TextArea Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
ThemeDemos Switch: Another design update (#33170) 2021-04-20 17:10:05 +02:00
ThresholdsEditorNew Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
Timeline Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527) 2021-04-08 01:11:11 -07:00
TimePicker Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
ToggleButtonGroup Theme: More theme updates (#33076) 2021-04-17 07:13:25 +02:00
Tooltip ToolTip: refactors story from knobs to control (#33130) 2021-04-20 10:23:59 +02:00
transitions Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
Typeahead Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
Typography Theme: Updated font to Inter, updates typography, a start of moving legacy & global styles from sass to emotion (#32988) 2021-04-14 21:49:38 +02:00
UnitPicker Grafana/UI: Unit picker should not set a category as unit (#30638) 2021-01-26 13:42:08 +01:00
uPlot PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 2021-04-20 09:45:41 +02:00
ValueMappingsEditor Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
ValuePicker ValuePicker: refactors story from knobs to control (#33122) 2021-04-19 15:45:28 +01:00
VizLayout VizLayout: refactored story from knobs to controls (#33043) 2021-04-16 10:13:24 +01:00
VizLegend Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
VizRepeater BarGauge: Fixed scrollbar showing for bar gague in Firefox (#27784) 2020-09-25 13:32:28 +02:00
VizTooltip PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 2021-04-20 09:45:41 +02:00
index.scss ColorPicker: migrated styles from sass to emotion (#30909) 2021-02-09 12:19:12 +01:00
index.ts PieChart: Unify tooltip to look the way it looks in TimeSeries (#33032) 2021-04-20 09:45:41 +02:00
InputControl.tsx InputControl: Fixed using InputControl in unit tests from plugins (#27615) 2020-09-16 13:29:59 +02:00