Dialog management cleanup
Summary: This diff moves the dialogs * Settings * Plugin Manager * Doctor * Sign in * Changelog To use the imperative dialog APIs, rather then organising them through reducers which adds a lot of indirection which isn't really needed but hard to follow. Reviewed By: passy Differential Revision: D30192002 fbshipit-source-id: ba38b2e700da3e442653786448fcbf85074981ad
This commit is contained in:
committed by
Facebook GitHub Bot
parent
89b193b438
commit
9e5575cf69
@@ -61,7 +61,7 @@ export {Toolbar} from './ui/Toolbar';
|
||||
export {MasterDetail} from './ui/MasterDetail';
|
||||
export {CodeBlock} from './ui/CodeBlock';
|
||||
|
||||
export {renderReactRoot} from './utils/renderReactRoot';
|
||||
export {renderReactRoot, _PortalsManager} from './utils/renderReactRoot';
|
||||
export {
|
||||
Tracked,
|
||||
TrackingScope,
|
||||
@@ -115,7 +115,7 @@ export {
|
||||
} from './ui/data-inspector/DataDescription';
|
||||
export {MarkerTimeline} from './ui/MarkerTimeline';
|
||||
export {DataInspector} from './ui/data-inspector/DataInspector';
|
||||
export {Dialog} from './ui/Dialog';
|
||||
export {Dialog, DialogResult} from './ui/Dialog';
|
||||
export {
|
||||
ElementsInspector,
|
||||
Element as ElementsInspectorElement,
|
||||
|
||||
Reference in New Issue
Block a user