Use bottom panel as detail view for framework events

Summary: Now when you click on an event the bottom bar appears automatically showing you every thing you need

Reviewed By: lblasa

Differential Revision: D48318694

fbshipit-source-id: 6505e439d949941dc0e091b9576d7d1321d8a05f
This commit is contained in:
Luke De Feo
2023-08-21 04:24:16 -07:00
committed by Facebook GitHub Bot
parent 6f6b953c62
commit d5814ea17c
4 changed files with 150 additions and 70 deletions

View File

@@ -31,7 +31,7 @@ type Props = {
os: DeviceOS;
nodes: Map<Id, ClientNode>;
metadata: Map<MetadataId, Metadata>;
showExtra: (element: ReactNode) => void;
showExtra: (title: string, element: ReactNode) => void;
};
export const Inspector: React.FC<Props> = ({