From 0bfec112e84d23f73d3991aa17ca3f83792eec91 Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Mon, 9 Feb 2026 11:33:35 +0300 Subject: [PATCH 1/6] feat: add marketplace button to eID Wallet page --- .../src/routes/(app)/main/+page.svelte | 202 ++++++++++-------- 1 file changed, 107 insertions(+), 95 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index 3b8387df..4781d46e 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -1,101 +1,102 @@ {#if profileCreationStatus === "loading"} @@ -135,6 +136,7 @@ onDestroy(() => { Welcome back to your eID Wallet {/snippet} + { userData={userData as Record} /> {/snippet} - {#snippet eVault()} - - {/snippet}
{@render Section("eName", eName)} {@render Section("ePassport", ePassport)} - {@render Section("eVault", eVault)} + + + Discover logo Post Platforms + +
Date: Mon, 9 Feb 2026 11:43:42 +0300 Subject: [PATCH 2/6] format --- .../src/routes/(app)/main/+page.svelte | 183 +++++++++--------- 1 file changed, 91 insertions(+), 92 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index 4781d46e..a44a3f6f 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -1,102 +1,101 @@ {#if profileCreationStatus === "loading"} From 393ffb92dc19308e7105693f9dcac0e04b318a9b Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Mon, 9 Feb 2026 11:46:41 +0300 Subject: [PATCH 3/6] feat: update marketplace button to open in a new tab with security attributes --- .../src/routes/(app)/main/+page.svelte | 180 +++++++++--------- 1 file changed, 91 insertions(+), 89 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index a44a3f6f..c6d626d1 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -1,101 +1,101 @@ {#if profileCreationStatus === "loading"} @@ -174,6 +174,8 @@ onDestroy(() => { Date: Mon, 9 Feb 2026 11:47:52 +0300 Subject: [PATCH 4/6] format --- .../src/routes/(app)/main/+page.svelte | 178 +++++++++--------- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index c6d626d1..204dafb6 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -1,101 +1,101 @@ {#if profileCreationStatus === "loading"} From b324372d8b0f98b374992ce3e20ec2b9210b376e Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Mon, 9 Feb 2026 13:14:13 +0300 Subject: [PATCH 5/6] Remove useless class --- infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index 204dafb6..2bc29e32 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -176,7 +176,7 @@ onDestroy(() => { href="https://marketplace.w3ds.metastate.foundation/" target="_blank" rel="noopener noreferrer" - class="rounded-3xl w-full bg-black-700 text-white p-4 mt-8 flex items-center justify-center gap-3 cursor-pointer hover:bg-gray-200 transition-colors" + class="rounded-3xl w-full bg-black-700 text-white p-4 mt-8 flex items-center justify-center gap-3 cursor-pointer" > Discover Date: Mon, 9 Feb 2026 13:15:56 +0300 Subject: [PATCH 6/6] more explicit alt --- infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index 2bc29e32..8c1f7baf 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -182,7 +182,7 @@ onDestroy(() => { >Discover logo Post Platforms