diff --git a/ng-app/src/lib/FullLayout.svelte b/ng-app/src/lib/FullLayout.svelte index 9bc4e00..6ccd37e 100644 --- a/ng-app/src/lib/FullLayout.svelte +++ b/ng-app/src/lib/FullLayout.svelte @@ -91,15 +91,15 @@
- + {#if $online} - + {:else} - + {/if} @@ -107,7 +107,7 @@ label="Home" href="#/" on:click={scrollToTop} - class="py-1 tall:p-2" + class="py-1 tall-xs:p-2" > - + - + - + - + - + - + {#if $online} - + {:else} - + {/if}
{#if step == "load"} -
+

How to open your wallet:

By your Pazzle

    @@ -446,7 +443,13 @@
{:else if step == "pazzle" || step == "order" || step == "pin" || step == "mnemonic"} -
+
@@ -591,18 +594,18 @@
diff --git a/ng-app/src/routes/User.svelte b/ng-app/src/routes/User.svelte index 7e3bb87..5eee826 100644 --- a/ng-app/src/routes/User.svelte +++ b/ng-app/src/routes/User.svelte @@ -10,6 +10,7 @@ --> diff --git a/ng-app/src/routes/WalletCreate.svelte b/ng-app/src/routes/WalletCreate.svelte index 87ca62d..2373c9b 100644 --- a/ng-app/src/routes/WalletCreate.svelte +++ b/ng-app/src/routes/WalletCreate.svelte @@ -1676,17 +1676,15 @@ > {#each pazzle_emojis as emoji, index}
-
- {index + 1}: {emoji.cat} +
+ {index + 1}
-
- {emoji.code} +
+
+ {emoji.cat} +
+
+ {emoji.code} +
{/each} @@ -1717,16 +1720,18 @@ The pazzle is easier to remember. The mnemonic is useful in some special cases. We recommend that you use the pazzle. - Copy both on a piece of paper. You - should try to memorize the pazzle. Once you did, you won't need + Copy both on a piece of paper. + You should try to memorize the pazzle. Once you did, you won't need the paper anymore.

Now click on "Continue to Login" and select your new wallet.
- It is important that you login with + It is important that you login with this wallet - at least once + at least once from this {#if tauri_platform}device{:else}browser tab{/if},
while connected to the internet, so your personal site can be created on your broker.

@@ -1760,8 +1765,11 @@ bind:open={confirm_modal_open} title="Did you write down your login credentials?" > - The pazzle and the mnemonic will not be shown to you again. - Please make sure, you have written it down. + + The pazzle and the mnemonic + will not be shown to you again. Please make sure, you have written it down. +