From bf27bd568dfd3aee58539e36f97f8399f7543578 Mon Sep 17 00:00:00 2001 From: gourav Date: Tue, 29 Apr 2025 14:46:55 +0530 Subject: [PATCH 1/8] fix: layouts --- .../src/routes/(auth)/onboarding/+page.svelte | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index ec88a5f3..769d3d23 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -16,11 +16,11 @@ const handleNext = async () => { }; -
-
- Infographic card +
+
+ Infographic card
-
+
{

By continuing you agree to our Terms & Conditions and privacy policy.

-
+
Get Started
@@ -41,9 +41,9 @@ const handleNext = async () => { get-started -

Welcome to Web 3 Data Spaces

+

Welcome to Web 3 Data Spaces

Your eName is more than a name—it's your unique digital passport. One constant identifier that travels with you across the internet, connecting your real-world self to the digital universe.

-
+
Next
\ No newline at end of file From 678cf74399225cc012e5ab3a4a29614f6c68e84e Mon Sep 17 00:00:00 2001 From: gourav Date: Tue, 29 Apr 2025 16:20:38 +0530 Subject: [PATCH 2/8] fix: Onboarding page scroll fixed --- .../eid-wallet/src/routes/(auth)/onboarding/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index 769d3d23..06c966bd 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -16,9 +16,9 @@ const handleNext = async () => { }; -
+
- Infographic card + Infographic card
Date: Tue, 29 Apr 2025 16:34:56 +0530 Subject: [PATCH 3/8] fix: page layout and prevent from scroll in all devices --- .../src/routes/(auth)/onboarding/+page.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index 06c966bd..ba8bc163 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -16,11 +16,11 @@ const handleNext = async () => { }; -
-
+
+
Infographic card
-
+
{

By continuing you agree to our Terms & Conditions and privacy policy.

-
+
Get Started
@@ -41,9 +41,9 @@ const handleNext = async () => { get-started -

Welcome to Web 3 Data Spaces

+

Welcome to Web 3 Data Spaces

Your eName is more than a name—it's your unique digital passport. One constant identifier that travels with you across the internet, connecting your real-world self to the digital universe.

-
+
Next
\ No newline at end of file From 7591d033b6dc75ad12155875d621bf926a2c7f3b Mon Sep 17 00:00:00 2001 From: gourav Date: Wed, 30 Apr 2025 09:57:58 +0530 Subject: [PATCH 4/8] fix: pages layout --- .../eid-wallet/src/routes/(auth)/onboarding/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index ba8bc163..bd83d32b 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -16,7 +16,7 @@ const handleNext = async () => { }; -
+
Infographic card
From 8dc49eb2d847997206031e9784beb1d853d62454 Mon Sep 17 00:00:00 2001 From: gourav Date: Fri, 2 May 2025 10:07:42 +0530 Subject: [PATCH 5/8] chore: try to fix emulator --- .../src-tauri/gen/android/.idea/.gitignore | 3 ++ .../gen/android/.idea/appInsightsSettings.xml | 6 ++++ .../src-tauri/gen/android/.idea/compiler.xml | 6 ++++ .../.idea/deploymentTargetSelector.xml | 18 ++++++++++ .../src-tauri/gen/android/.idea/gradle.xml | 36 +++++++++++++++++++ .../src-tauri/gen/android/.idea/kotlinc.xml | 6 ++++ .../gen/android/.idea/migrations.xml | 10 ++++++ .../src-tauri/gen/android/.idea/misc.xml | 9 +++++ .../gen/android/.idea/runConfigurations.xml | 17 +++++++++ .../src-tauri/gen/android/.idea/vcs.xml | 6 ++++ .../gen/android/app/build.gradle.kts | 2 +- 11 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/.gitignore create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/appInsightsSettings.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/compiler.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/deploymentTargetSelector.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/gradle.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/kotlinc.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/migrations.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/misc.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/runConfigurations.xml create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/vcs.xml diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/.gitignore b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/.gitignore new file mode 100644 index 00000000..26d33521 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/appInsightsSettings.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/appInsightsSettings.xml new file mode 100644 index 00000000..6bbe2aee --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/appInsightsSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/compiler.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/compiler.xml new file mode 100644 index 00000000..b86273d9 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/deploymentTargetSelector.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/deploymentTargetSelector.xml new file mode 100644 index 00000000..a24fc0d8 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/deploymentTargetSelector.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/gradle.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/gradle.xml new file mode 100644 index 00000000..1b7f23c6 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/gradle.xml @@ -0,0 +1,36 @@ + + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/kotlinc.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/kotlinc.xml new file mode 100644 index 00000000..4cb74572 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/migrations.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/migrations.xml new file mode 100644 index 00000000..f8051a6f --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/misc.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/misc.xml new file mode 100644 index 00000000..b2c751a3 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/runConfigurations.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/runConfigurations.xml new file mode 100644 index 00000000..16660f1d --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/runConfigurations.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/vcs.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/vcs.xml new file mode 100644 index 00000000..bc599707 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts index 370b9102..0b72c31a 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts +++ b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts @@ -22,7 +22,7 @@ android { minSdk = 24 targetSdk = 34 versionCode = tauriProperties.getProperty("tauri.android.versionCode", "1").toInt() - versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0") + versionName = tauriProperties.getProperty("tauri.android.versionName", "1.0") } buildTypes { getByName("debug") { From 08e5ce0d32adc1346e4f74fbd38f33f984dabe24 Mon Sep 17 00:00:00 2001 From: gourav Date: Fri, 2 May 2025 11:34:58 +0530 Subject: [PATCH 6/8] fix: units --- .../src/routes/(app)/main/+page.svelte | 1 + .../src/routes/(app)/settings/pin/+page.svelte | 14 +++++++------- .../src/routes/(auth)/e-passport/+page.svelte | 6 +++--- .../src/routes/(auth)/login/+page.svelte | 4 ++-- .../src/routes/(auth)/onboarding/+page.svelte | 10 +++++----- .../src/routes/(auth)/register/+page.svelte | 18 +++++++++--------- .../src/routes/(auth)/review/+page.svelte | 2 +- .../src/routes/(auth)/verify/+page.svelte | 2 +- 8 files changed, 29 insertions(+), 28 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte index ad9718e2..bafc2e5d 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte @@ -92,6 +92,7 @@ function shareQR() { alert("Action button clicked!")} class="mx-auto text-nowrap flex gap-8 fixed bottom-5 left-1/2 -translate-x-1/2 z-10" > diff --git a/infrastructure/eid-wallet/src/routes/(app)/settings/pin/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/settings/pin/+page.svelte index 6a0ba3db..c4f6f13f 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/settings/pin/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/settings/pin/+page.svelte @@ -26,27 +26,27 @@ $effect(() => { }); -
+
-

Enter you current PIN

+

Enter you current PIN

-

Enter your new PIN

+

Enter your new PIN

-

Confirm new PIN

+

Confirm new PIN

-

Your PIN does not match, try again.

+

Your PIN does not match, try again.

Change PIN
-
+
@@ -54,6 +54,6 @@ $effect(() => { line

Pin code changed!

-

Your PIN has been changed.

+

Your PIN has been changed.

Close \ No newline at end of file diff --git a/infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte index 9a8b7324..d8ae1848 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte @@ -10,7 +10,7 @@ const handleFinish = async () => { -
+
{ Passport: "234dfvgsdfg", }}/>
-
+

Your eVault

-

We’ve also created your eVault—secure cloud storage for your personal data. W3DS platforms access it directly, keeping you in control.

+

We’ve also created your eVault—secure cloud storage for your personal data. W3DS platforms access it directly, keeping you in control.

diff --git a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte index 4fd62b79..eae31db9 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte @@ -81,7 +81,7 @@ onMount(async () => { }); -
+
{ class="mb-4" /> handlePinInput(pin)} /> -

Your PIN does not match, try again.

+

Your PIN does not match, try again.

Clear Pin diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index bd83d32b..3d1b5daf 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -16,9 +16,9 @@ const handleNext = async () => { }; -
+
- Infographic card + Infographic card
{

By continuing you agree to our Terms & Conditions and privacy policy.

-
+
Get Started
@@ -41,9 +41,9 @@ const handleNext = async () => { get-started -

Welcome to Web 3 Data Spaces

+

Welcome to Web 3 Data Spaces

Your eName is more than a name—it's your unique digital passport. One constant identifier that travels with you across the internet, connecting your real-world self to the digital universe.

-
+
Next
\ No newline at end of file diff --git a/infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte index b9d788a6..49415099 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte @@ -86,25 +86,25 @@ onMount(async () => { {#if firstStep} -
+
-

Your PIN does not match, try again.

+

Your PIN does not match, try again.

Confirm
{:else} -
+
@@ -115,7 +115,7 @@ onMount(async () => { {#if !isBiometricScreen} -
+
@@ -123,10 +123,10 @@ onMount(async () => { line

Pin code set!

-

Your PIN has been created. You’ll use it to access your digital entity securely.

+

Your PIN has been created. You’ll use it to access your digital entity securely.

Next {:else} -
+
@@ -134,7 +134,7 @@ onMount(async () => { line

{isBiometricsAdded ? "You’re all set!" : "Add biometrics"}

-

{ isBiometricsAdded ? "Your biometrics have been successfully added." : "Use your fingerprint or face recognition for faster, more secure logins."}

+

{ isBiometricsAdded ? "Your biometrics have been successfully added." : "Use your fingerprint or face recognition for faster, more secure logins."}

{#if !isBiometricsAdded}
Skip diff --git a/infrastructure/eid-wallet/src/routes/(auth)/review/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/review/+page.svelte index 93ff78a1..5f821509 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/review/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/review/+page.svelte @@ -8,7 +8,7 @@ const handleNext = async () => { }; -
+
{ }); -
+
Date: Fri, 2 May 2025 12:04:13 +0530 Subject: [PATCH 7/8] fix: safezones for ios --- infrastructure/eid-wallet/src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/app.html b/infrastructure/eid-wallet/src/app.html index 33600a68..4bc55e7d 100644 --- a/infrastructure/eid-wallet/src/app.html +++ b/infrastructure/eid-wallet/src/app.html @@ -3,7 +3,7 @@ - + Tauri + SvelteKit + Typescript App %sveltekit.head% From 2ade163994ad9f3f66a761735e88174b3d66e3bf Mon Sep 17 00:00:00 2001 From: Soham Jaiswal Date: Fri, 2 May 2025 12:17:28 +0530 Subject: [PATCH 8/8] fix: styling --- .../src-tauri/gen/android/.idea/AndroidProjectSystem.xml | 6 ++++++ infrastructure/eid-wallet/src/app.css | 1 + infrastructure/eid-wallet/src/routes/+layout.svelte | 4 +++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml new file mode 100644 index 00000000..4a53bee8 --- /dev/null +++ b/infrastructure/eid-wallet/src-tauri/gen/android/.idea/AndroidProjectSystem.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src/app.css b/infrastructure/eid-wallet/src/app.css index 93fccdd4..01bbb99b 100644 --- a/infrastructure/eid-wallet/src/app.css +++ b/infrastructure/eid-wallet/src/app.css @@ -75,6 +75,7 @@ body { padding-bottom: env(safe-area-inset-bottom); padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); + background-color: var(--color-primary); } /* Ensure background remains correct during transitions */ diff --git a/infrastructure/eid-wallet/src/routes/+layout.svelte b/infrastructure/eid-wallet/src/routes/+layout.svelte index dc6e7a12..bc6d6bcd 100644 --- a/infrastructure/eid-wallet/src/routes/+layout.svelte +++ b/infrastructure/eid-wallet/src/routes/+layout.svelte @@ -91,5 +91,7 @@ onNavigate((navigation) => { {#if showSplashScreen} {:else} - {@render children?.()} +
+ {@render children?.()} +
{/if}