NewPanelEditor: Introduce redux state and reducer (#22070)

* New panel editor redux

* minor change

* Updated

* progress

* updated

* Fixed panel data mutable issue

* more actions

* Discard works

* Updated

* Updated
This commit is contained in:
Torkel Ödegaard
2020-02-11 14:57:16 +01:00
committed by GitHub
parent 02c779cfa3
commit fee18f143e
10 changed files with 409 additions and 332 deletions

View File

@@ -67,6 +67,7 @@ class UnthemedDashNavTimeControls extends Component<Props> {
onMoveBack = () => {
appEvents.emit(CoreEvents.shiftTime, -1);
};
onMoveForward = () => {
appEvents.emit(CoreEvents.shiftTime, 1);
};