From beea07e40524c67daf6b6931622b5acf162d4ea5 Mon Sep 17 00:00:00 2001 From: makiopen Date: Tue, 10 Dec 2024 09:55:10 +0100 Subject: [PATCH 1/3] styling change for headers --- src/routes/wizard.svelte | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/routes/wizard.svelte b/src/routes/wizard.svelte index 02794fe..cc2e8af 100644 --- a/src/routes/wizard.svelte +++ b/src/routes/wizard.svelte @@ -311,7 +311,7 @@
@@ -320,7 +320,7 @@
@@ -329,7 +329,7 @@
@@ -346,3 +346,14 @@ {/if}
+ \ No newline at end of file From ff851ded0be25e208fe7a95cbe40abab8e56071c Mon Sep 17 00:00:00 2001 From: makiopen Date: Tue, 10 Dec 2024 13:28:05 +0100 Subject: [PATCH 2/3] basic authenticate validation plus styling changes --- .../wizard/components/ApprovalProcess.svelte | 21 +++++++++++-------- .../wizard/components/Configuration.svelte | 4 ++-- .../wizard/components/shared/Button.svelte | 4 ++-- .../wizard/components/shared/Dropdown.svelte | 8 +++---- src/lib/wizard/components/shared/Input.svelte | 4 ++-- 5 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/lib/wizard/components/ApprovalProcess.svelte b/src/lib/wizard/components/ApprovalProcess.svelte index 5450f97..37c4ebc 100644 --- a/src/lib/wizard/components/ApprovalProcess.svelte +++ b/src/lib/wizard/components/ApprovalProcess.svelte @@ -98,7 +98,8 @@ ); -
+
+
- +
+
{#key globalState.form.approvalProcessSelected} {/key}
+
+>
Create new Approval Process - +
+
{#if approvalProcessType === "EOA" || approvalProcessType === "Safe"} -
+
{:else if approvalProcessType === "Relayer"} {#if disableRelayers} -
+

API Key not allowed to manage Relayers @@ -185,7 +188,7 @@ /> {/if} {/if} -

+
- + -
@@ -65,7 +65,7 @@ class:cursor-not-allowed={!globalState.authenticated} class:text-gray-300={!globalState.authenticated} > - Deploy +

Deploy

@@ -76,13 +76,13 @@
\ No newline at end of file