From ed023cfc7304e4e02a79195c68601eff7606136a Mon Sep 17 00:00:00 2001 From: James Friend Date: Fri, 13 Jun 2025 10:25:04 -0400 Subject: [PATCH] [devtools-shell] layout options for testing (#33516) ## Summary This PR adds a 'Layout' selector to the devtools shell main example, as well as a resizable split pane, allowing more realistic testing of how the devtools behaves when used in a vertical or horizontal layout and at different sizes (e.g. when resizing the Chrome Dev Tools pane). ## How did you test this change? https://github.com/user-attachments/assets/81179413-7b46-47a9-bc52-4f7ec414e8be --- packages/react-devtools-shell/index.html | 265 +++++++++++++++++------ 1 file changed, 202 insertions(+), 63 deletions(-) diff --git a/packages/react-devtools-shell/index.html b/packages/react-devtools-shell/index.html index 4cde55278a..ce381a7345 100644 --- a/packages/react-devtools-shell/index.html +++ b/packages/react-devtools-shell/index.html @@ -1,74 +1,213 @@ - - - React DevTools - - - - -
- -
 
- - multi DevTools - | - e2e tests - | - e2e regression tests - | - perf regression tests - -
+ + + React DevTools + + + + + +
+ +
 
+ + multi DevTools + | + e2e tests + | + e2e regression tests + | + perf regression tests + + + +
+ +
+ +
+
+
- - - - - - \ No newline at end of file + + + + + + + +