pull/37/head
Niko PLP 2 months ago
parent dfa9c99615
commit 4860a943bb
  1. 4
      ng-app/src/locales/en.json
  2. 4
      ng-app/src/routes/ScanQR.svelte
  3. 2
      ng-app/src/routes/WalletLogin.svelte
  4. 4
      ng-app/src/styles.css

@ -244,7 +244,7 @@
"wallet_login": {
"select_wallet": "Select a wallet to login with",
"from_import.title": "Your wallet has been transferred",
"from_import.description": "Your wallet has been received:",
"from_import.description": "Your wallet has been received from the other device!",
"from_import.instruction": "To finish the import, please log in.",
"with_another_wallet": "Log in with another wallet",
"import_wallet": "Import your wallet",
@ -272,7 +272,7 @@
"import_btn": "Import with TextCode"
},
"scan_qr": {
"scanning": "Scan the QR-Code"
"scanning": "Scanning the QR-Code"
}
},
"buttons": {

@ -89,9 +89,9 @@
<div>
<h2 class="text-xl mb-6">{$t("pages.scan_qr.scanning")}</h2>
</div>
<Spinner />
<!-- Web Scanner -->
<div id="scanner-div"><Spinner /></div>
<div id="scanner-div"></div>
<div class="mx-auto max-w-xs">
<button

@ -278,7 +278,7 @@
<div>
<button
class="mt-4 text-primary-700 bg-primary-100 hover:bg-primary-100/90 focus:ring-4 focus:ring-primary-700/50 font-medium rounded-lg text-lg px-5 py-2.5 text-center inline-flex items-center justify-center dark:focus:ring-primary-100/55 mb-2"
class="mt-1 text-white bg-primary-700 hover:bg-primary-700/90 focus:ring-4 focus:ring-primary-100/50 font-medium rounded-lg text-lg px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-primary-700/55 mb-2"
on:click={start_login_from_import}
>
{$t("buttons.login")}

@ -16,7 +16,7 @@
}
/* TODO: hide qr scanner and info button */
/* #scanner-div {
#scanner-div {
border: none !important;
}
#scanner-div * {
@ -39,7 +39,7 @@
}
[alt="Info icon"] {
display: none !important;
} */
}
.logo {
padding: 1.5em;

Loading…
Cancel
Save