Move DataDescription utility to flipper-plugin
Summary: Another utility component used by DataInspector. Colors have been hardcoded for now, to decouple from the classic Flipper color palette. Will organize this better later in this stack, and when addressing / adding support for dark mode. Buttons, checkboxes, selects have been replaced by Antd's counterpart. Unlike ManagedDataTable, the DataInspector is primarily moved rather than copied & adapted, as the underlying abstraction / API won't change significantly. So the changes here will immediately affect all plugins in Flipper using this component. Reviewed By: passy Differential Revision: D27603126 fbshipit-source-id: bacd48c9af2b591033e7f2352627f11acb4df589
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b6674bf96b
commit
9030a98c6e
@@ -97,6 +97,11 @@ export {
|
||||
InteractiveProps as _InteractiveProps,
|
||||
} from './ui/Interactive';
|
||||
|
||||
export {
|
||||
DataDescription as _DataDescription,
|
||||
DataDescriptionType,
|
||||
} from './ui/data-inspector/DataDescription';
|
||||
|
||||
export {useMemoize} from './utils/useMemoize';
|
||||
|
||||
// It's not ideal that this exists in flipper-plugin sources directly,
|
||||
|
||||
Reference in New Issue
Block a user