grafana/public/app/features/dashboard/components/PanelEditor
An 8b6a07a313
Panel Options: link to an open category section (#40734)
* scroll to view with panel query

* scroll to view with param

* no export const

* mock useLocation

* Updates to make update function from useQueryParams work

* show options

* flip logic

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-10-21 16:09:41 -04:00
..
state PanelState: Introduce a new separate redux panel state not keyed by panel.id (#40302) 2021-10-13 08:53:36 +02:00
AngularPanelOptions.tsx AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00
DynamicConfigValueEditor.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
getFieldOverrideElements.tsx AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00
getLibraryPanelOptions.tsx LibraryPanels: Separates name from panel title (#38707) 2021-09-01 13:27:43 +02:00
getPanelFrameOptions.tsx AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00
getVizualizationOptions.tsx AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00
index.ts New panel editor (behind feature toggle) (#21097) 2019-12-16 09:18:48 +01:00
OptionsPane.tsx PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) 2021-10-01 11:08:11 +02:00
OptionsPaneCategory.tsx Panel Options: link to an open category section (#40734) 2021-10-21 16:09:41 -04:00
OptionsPaneCategoryDescriptor.tsx Panel Options: support dynamic options editors (#39491) 2021-10-06 21:41:42 +02:00
OptionsPaneItemDescriptor.tsx PanelEdit: Highlight matched words when searching options (#33717) 2021-05-05 09:12:06 +02:00
OptionsPaneOptions.test.tsx Panel Options: link to an open category section (#40734) 2021-10-21 16:09:41 -04:00
OptionsPaneOptions.tsx Chore/Nit: Fix minor alignment issue in panel editor (#40232) 2021-10-11 10:46:21 +01:00
OverrideCategoryTitle.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
PanelEditor.tsx PanelState: Introduce a new separate redux panel state not keyed by panel.id (#40302) 2021-10-13 08:53:36 +02:00
PanelEditorQueries.tsx PanelEditor: Fixes issue with data source picker not updating when selecting mixed data source (#32386) 2021-03-29 08:15:26 +02:00
PanelEditorTableView.tsx AppEvents: export appEvents in @grafana/runtime and support copy panel (#40715) 2021-10-20 13:01:21 -07:00
PanelEditorTabs.tsx Chore: remove extra logging (#40428) 2021-10-14 07:35:40 +02:00
PanelNotSupported.test.tsx Chore: Bumps Immer, Redux Toolkit, Redux and React Redux (#38872) 2021-09-07 10:44:47 +02:00
PanelNotSupported.tsx Chore: Bumps Immer, Redux Toolkit, Redux and React Redux (#38872) 2021-09-07 10:44:47 +02:00
types.ts PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) 2021-10-01 11:08:11 +02:00
usePanelLatestData.ts PanelData: include structure revision info and only apply overrides once (#33098) 2021-04-20 11:05:50 +02:00
utils.test.ts PanelOptions: fix array with siblings (#39620) 2021-09-25 08:22:52 -07:00
utils.ts PanelOptions: fix array with siblings (#39620) 2021-09-25 08:22:52 -07:00
VisualizationButton.tsx PanelEdit: VisulizationPicker doesn't show if panel has an unknown panel plugin (#35831) 2021-06-17 15:18:05 +02:00
VisualizationSelectPane.tsx AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00