mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-11 00:26:41 +00:00
enh: show account verification bar everywhere
This commit is contained in:
parent
0205c4a476
commit
cc040e1862
@ -2,6 +2,7 @@
|
||||
import MediaQuery from '$components/MediaQuery.svelte'
|
||||
import MobileNavDrawer from '$components/MobileNavDrawer.svelte'
|
||||
import Navbar from '$components/Navbar.svelte'
|
||||
import VerifyAccountBar from '$components/VerifyAccountBar.svelte'
|
||||
import AuthStateGuard from '$components/helpers/AuthStateGuard.svelte'
|
||||
import Meta from '$components/helpers/Meta.svelte'
|
||||
import UserLoggedIn from '$components/helpers/UserLoggedIn.svelte'
|
||||
@ -29,6 +30,8 @@
|
||||
<div
|
||||
class="bg-base-300 border-base-300 border-[16px] xl:h-[calc(100vh-32px)] lg:p-4 rounded-2xl xl:overflow-hidden xl:overflow-y-auto"
|
||||
>
|
||||
<VerifyAccountBar />
|
||||
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import VerifyAccountBar from '$components/VerifyAccountBar.svelte'
|
||||
import AuthStateGuard from '$components/helpers/AuthStateGuard.svelte'
|
||||
import { globalInstancesStore } from '$util/stores'
|
||||
import { values } from '@s-libs/micro-dash'
|
||||
@ -22,8 +21,6 @@
|
||||
>
|
||||
</div>
|
||||
|
||||
<VerifyAccountBar />
|
||||
|
||||
<!--<UsageChartForAllInstances />-->
|
||||
|
||||
<InstanceList />
|
||||
|
Loading…
x
Reference in New Issue
Block a user