Simple antd types for each inspectable type

Summary:
Replace draft inspectors with read-only components.

This is a first step into having a richer UI. At the moment, these are read-only components but will likely be extended in the future as to allow editing of values.

Reviewed By: LukeDefeo

Differential Revision: D40345016

fbshipit-source-id: a6aef5861474b4aa8353c00ef257ab17b4cff00e
This commit is contained in:
Lorenzo Blasa
2022-10-25 03:09:00 -07:00
committed by Facebook GitHub Bot
parent 9721993576
commit bb3b1cecef
21 changed files with 1106 additions and 149 deletions

View File

@@ -50,6 +50,7 @@ export const theme = {
large: '16px',
default: '14px',
small: '12px',
smaller: '10px',
} as const,
monospace: {
fontFamily: 'SF Mono,Monaco,Andale Mono,monospace',