From 918422e45c3e47ee669ec975867f37511c590de9 Mon Sep 17 00:00:00 2001 From: Sagar Batchu Date: Fri, 2 May 2025 12:09:48 -0700 Subject: [PATCH 1/3] chore: upload text --- web/src/Playground.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/Playground.tsx b/web/src/Playground.tsx index 6af4701..6455b6c 100644 --- a/web/src/Playground.tsx +++ b/web/src/Playground.tsx @@ -398,6 +398,9 @@ function Playground() { .

+

+ (Make your manual edits here) +

From e2d6e05ee5d05ad3e67fa8c96aede385c948e2b5 Mon Sep 17 00:00:00 2001 From: Sagar Batchu Date: Fri, 2 May 2025 12:12:27 -0700 Subject: [PATCH 2/3] chore: move --- web/src/Playground.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/Playground.tsx b/web/src/Playground.tsx index 6455b6c..db661dc 100644 --- a/web/src/Playground.tsx +++ b/web/src/Playground.tsx @@ -398,9 +398,6 @@ function Playground() { .

-

- (Make your manual edits here) -

@@ -499,6 +496,9 @@ function Playground() { maxOnClick={maxLayout} language={originalLang.current} /> +

+ (Make your manual edits here) +

From f0360d9a9b2fc06554c72bca246f81939a679d10 Mon Sep 17 00:00:00 2001 From: Sagar Batchu Date: Fri, 2 May 2025 12:30:26 -0700 Subject: [PATCH 3/3] chore: edit terminology --- web/src/Playground.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/Playground.tsx b/web/src/Playground.tsx index db661dc..d22a431 100644 --- a/web/src/Playground.tsx +++ b/web/src/Playground.tsx @@ -73,7 +73,7 @@ function Playground() { const [applyOverlayMode, setApplyOverlayMode] = useState< "original+overlay" | "jsonpathexplorer" >("original+overlay"); - let appliedPanelTitle = "Original + Overlay"; + let appliedPanelTitle = "Original + Edits"; if (applyOverlayMode == "jsonpathexplorer") { appliedPanelTitle = "JSONPath Explorer"; } @@ -398,6 +398,9 @@ function Playground() { .

+

+ (Upload an OpenAPI spec and track edits as an overlay or write an overlay directly) +

@@ -496,9 +499,6 @@ function Playground() { maxOnClick={maxLayout} language={originalLang.current} /> -

- (Make your manual edits here) -