{#if step == "load"}

How to open your wallet:

By your Pazzle

By your 12 word Mnemonic (passphrase)

{#if !loaded} Loading wallet... {:else} {#if for_import}
Do you trust this device?
Yes, save my wallet on this device

If you do, if this device is yours or is used by few trusted persons of your family or workplace, and you would like to login again from this device in the future, then you can save your wallet on this device. To the contrary, if this device is public and shared by strangers, do not save your wallet here. {#if !tauri_platform}By selecting this option, you agree to save some cookies on your browser.{/if}

{/if}
Open with Mnemonic instead
{/if}
{:else if step == "pazzle" || step == "order" || step == "pin" || step == "mnemonic"}
{#if step == "mnemonic"}
{:else if step == "pazzle"}

Select your emoji of category: {emoji_cat[ shuffle.category_indices[pazzlePage] ]}

{#each [0, 1, 2, 3, 4] as row}
{#each emojis2[pazzlePage]?.slice(0 + row * 3, 3 + row * 3) || [] as emoji, i (pazzlePage + "-" + row + "-" + i)}
select(row * 3 + i)} on:keypress={() => select(row * 3 + i)} >
{/each}
{/each} {:else if step == "order"}

Click your emojis in the correct order

{#each [0, 1, 2] as row}
{#each selection.slice(0 + row * 3, 3 + row * 3) || [] as emoji, i} {#if !emoji.sel}
select_order(emoji)} on:keypress={() => select_order(emoji)} >
{:else}
{emoji.sel}
{/if} {/each}
{/each} {:else if step == "pin"}

Enter your PIN code: {#each pin_code as pin_key}*{/each}

{#each [0, 1, 2] as row}
{#each shuffle_pin.slice(0 + row * 3, 3 + row * 3) as num} {/each}
{/each}
{/if}
{:else if step == "opening"}
Opening your wallet...
Please wait
{:else if step == "end"} {#if error}
An error occurred ! {error}
{:else}
Your wallet is opened!
Please wait while the app is loading...
{/if} {/if}