diff --git a/package.json b/package.json index 8f07a6e6e..dbab4a09d 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "jsonwebtoken": "8.5.1", "mustache": "^4.2.0", "node-forge": "1.3.0", + "p-limit": "^4.0.0", "svelte-kit-cookie-session": "2.1.2", "tailwindcss-scrollbar": "^0.1.0", "unique-names-generator": "4.7.1" diff --git a/src/routes/applications/[id]/logs/index.svelte b/src/routes/applications/[id]/logs/index.svelte index 5b466039f..fed7fb8cf 100644 --- a/src/routes/applications/[id]/logs/index.svelte +++ b/src/routes/applications/[id]/logs/index.svelte @@ -144,7 +144,7 @@ {#if logs.length === 0}
Waiting for the logs...
{:else} -
+
diff --git a/src/routes/applications/[id]/previews/index.svelte b/src/routes/applications/[id]/previews/index.svelte index 546d9c5d7..e2da7fe16 100644 --- a/src/routes/applications/[id]/previews/index.svelte +++ b/src/routes/applications/[id]/previews/index.svelte @@ -11,7 +11,6 @@ } }; } - return { status: res.status, error: new Error(`Could not load ${endpoint}`) @@ -31,6 +30,7 @@ import Explainer from '$lib/components/Explainer.svelte'; import { errorNotification } from '$lib/form'; import { toast } from '@zerodevx/svelte-toast'; + import BatchSecrets from '../secrets/_BatchSecrets.svelte'; const { id } = $page.params; async function refreshSecrets() { @@ -183,3 +183,4 @@ {/if}
+ diff --git a/src/routes/applications/[id]/secrets/_BatchSecrets.svelte b/src/routes/applications/[id]/secrets/_BatchSecrets.svelte new file mode 100644 index 000000000..38af130c9 --- /dev/null +++ b/src/routes/applications/[id]/secrets/_BatchSecrets.svelte @@ -0,0 +1,48 @@ + + +

Paste .env file

+
+