diff --git a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj index 7512db49..f58fe249 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj +++ b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj @@ -377,7 +377,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = "eid-wallet_iOS/eid-wallet_iOS.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = 3FS4B734X5; + DEVELOPMENT_TEAM = 7F2T2WK6DR; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphoneos*]" = "arm64-sim x86_64"; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -430,7 +430,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = "eid-wallet_iOS/eid-wallet_iOS.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; - DEVELOPMENT_TEAM = 3FS4B734X5; + DEVELOPMENT_TEAM = 7F2T2WK6DR; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphoneos*]" = "arm64-sim x86_64"; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; diff --git a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/+page.svelte b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/+page.svelte index 1b317ea5..a5b4373c 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/+page.svelte @@ -1,125 +1,134 @@ - - - - - + + + + + -

Point the camera at the code

+

+ Point the camera at the code +

-
- +
+ { codeScannedDrawerOpen = true; }} + callback={() => { + codeScannedDrawerOpen = true; + }} /> { bind:isPaneOpen={codeScannedDrawerOpen} class="flex flex-col gap-4 items-center justify-center" > -
-
-
+
+
+
{

Website URL

-

{scannedData?.content}

+

+ {scannedData?.content} +

{ codeScannedDrawerOpen = false; startScan(); }} + callback={() => { + codeScannedDrawerOpen = false; + startScan(); + }} > Decline @@ -166,8 +186,8 @@ onDestroy(async () => { variant="solid" class="w-full" callback={() => { - codeScannedDrawerOpen = false - loggedInDrawerOpen = true + codeScannedDrawerOpen = false; + loggedInDrawerOpen = true; startScan(); }} > @@ -182,9 +202,15 @@ onDestroy(async () => { bind:isPaneOpen={loggedInDrawerOpen} class="flex flex-col gap-4 items-center justify-center" > -
-
-
+
+
+
{ { loggedInDrawerOpen = false; startScan(); }} + callback={() => { + loggedInDrawerOpen = false; + startScan(); + }} > Close
+ diff --git a/infrastructure/eid-wallet/src/routes/+layout.svelte b/infrastructure/eid-wallet/src/routes/+layout.svelte index affe7884..f1e25224 100644 --- a/infrastructure/eid-wallet/src/routes/+layout.svelte +++ b/infrastructure/eid-wallet/src/routes/+layout.svelte @@ -1,129 +1,128 @@ -
- {#if showSplashScreen} - - {:else} -
- {@render children?.()} -
- {/if} -
- +{#if showSplashScreen} + +{:else} +
+ {@render children?.()} +
+{/if} + diff --git a/platforms/metagram/project.inlang/.gitignore b/platforms/metagram/project.inlang/.gitignore new file mode 100644 index 00000000..5e465967 --- /dev/null +++ b/platforms/metagram/project.inlang/.gitignore @@ -0,0 +1 @@ +cache \ No newline at end of file