mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-06 04:20:29 +00:00
Added plausible, adjusted label
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
"@tailwindcss/typography": "0.5.13",
|
||||
"@types/eslint": "^8.56.10",
|
||||
"@types/node": "20.12.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
||||
"@typescript-eslint/parser": "^7.16.0",
|
||||
"autoprefixer": "10.4.19",
|
||||
"dexie": "^4.0.7",
|
||||
"eslint": "^8.57.0",
|
||||
|
||||
3518
pnpm-lock.yaml
generated
Normal file
3518
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<script defer data-domain="openapi.gg" src="https://events.plygrnd.org/js/script.js"></script>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover" class="h-full" data-theme="skeleton">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</label>
|
||||
|
||||
<label class="label flex flex-col">
|
||||
<span>OperationId</span>
|
||||
<span>Operation ID</span>
|
||||
{#if $selectedSpec.spec.paths[$page.params.pathName][$page.params.method].operationId !== undefined}
|
||||
<input
|
||||
type="text"
|
||||
@@ -60,7 +60,7 @@
|
||||
on:click={() =>
|
||||
($selectedSpec.spec.paths[$page.params.pathName][$page.params.method].operationId = '')}
|
||||
>
|
||||
Add OperationId
|
||||
Add Operation ID
|
||||
</button>
|
||||
{/if}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user