We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d275b49 commit 6d0098bCopy full SHA for 6d0098b
web/src/Playground.tsx
@@ -73,7 +73,7 @@ function Playground() {
73
const [applyOverlayMode, setApplyOverlayMode] = useState<
74
"original+overlay" | "jsonpathexplorer"
75
>("original+overlay");
76
- let appliedPanelTitle = "Original + Overlay";
+ let appliedPanelTitle = "Original + Edits";
77
if (applyOverlayMode == "jsonpathexplorer") {
78
appliedPanelTitle = "JSONPath Explorer";
79
}
@@ -398,6 +398,9 @@ function Playground() {
398
</Link>
399
.
400
</p>
401
+ <p className="text-sm text-muted-foreground pt-2">
402
+ (Upload an OpenAPI spec and track edits as an overlay or write an overlay directly)
403
+ </p>
404
</div>
405
406
<div className="flex flex-1 flex-row-reverse">
0 commit comments