Bolded names of Store record fields that appear in the Consistency List

Summary:
Bolded the record fields' keys if it is consistent (in the consistency white list).

*if the key is within an object, information on whether it is consistent will not be available in preview. The Object has to be physically expanded by the user in order to see the bolded key.

Reviewed By: mweststrate

Differential Revision: D22416084

fbshipit-source-id: 7eb1d8c65be07f880722a133b70195a4a63f0e75
This commit is contained in:
Elaina Hsu
2020-07-16 12:23:47 -07:00
committed by Facebook GitHub Bot
parent 4d28524fb4
commit 0721735e37
3 changed files with 26 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ export {default as DataInspector} from './ui/components/data-inspector/DataInspe
export {default as ManagedDataInspector} from './ui/components/data-inspector/ManagedDataInspector';
export {default as SearchableDataInspector} from './ui/components/data-inspector/SearchableDataInspector';
export {default as DataDescription} from './ui/components/data-inspector/DataDescription';
export {HighlightManager} from './ui/components/Highlight';
export {default as Tabs} from './ui/components/Tabs';
export {default as Tab} from './ui/components/Tab';
export {default as Input} from './ui/components/Input';