Add key signup, improve message listening
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<script lang="ts">
|
||||
import {page} from "$app/stores"
|
||||
import {pubkey} from "@welshman/app"
|
||||
import Landing from "@app/components/Landing.svelte"
|
||||
import Toast from "@app/components/Toast.svelte"
|
||||
import PrimaryNav from "@app/components/PrimaryNav.svelte"
|
||||
import {modals} from "@app/modal"
|
||||
</script>
|
||||
|
||||
<div class="flex h-screen overflow-hidden">
|
||||
@@ -10,7 +12,7 @@
|
||||
<PrimaryNav>
|
||||
<slot />
|
||||
</PrimaryNav>
|
||||
{:else}
|
||||
{:else if !$modals[$page.url.hash.slice(1)]}
|
||||
<Landing />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user