tweak home screen
This commit is contained in:
parent
e7e0f9d33e
commit
e46c3d2b4d
@ -24,17 +24,16 @@
|
|||||||
|
|
||||||
<div class="flex flex-col h-screen items-center justify-center p-4 space-y-4">
|
<div class="flex flex-col h-screen items-center justify-center p-4 space-y-4">
|
||||||
<div class="flex flex-col items-center space-y-4">
|
<div class="flex flex-col items-center space-y-4">
|
||||||
|
{@html vaultDoorSvg}
|
||||||
{#await invoke('get_session_status') then status}
|
{#await invoke('get_session_status') then status}
|
||||||
{#if status === 'locked'}
|
{#if status === 'locked'}
|
||||||
|
|
||||||
{@html vaultDoorSvg}
|
|
||||||
<h2 class="text-2xl font-bold">Creddy is locked</h2>
|
<h2 class="text-2xl font-bold">Creddy is locked</h2>
|
||||||
<Link target="Unlock" hotkey="Enter" class="w-64">
|
<Link target="Unlock" hotkey="Enter" class="w-64">
|
||||||
<button class="btn btn-primary w-full">Unlock</button>
|
<button class="btn btn-primary w-full">Unlock</button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
{:else if status === 'unlocked'}
|
{:else if status === 'unlocked'}
|
||||||
{@html vaultDoorSvg}
|
|
||||||
<h2 class="text-2xl font-bold">Waiting for requests</h2>
|
<h2 class="text-2xl font-bold">Waiting for requests</h2>
|
||||||
<button class="btn btn-primary w-full" on:click={launchTerminal}>
|
<button class="btn btn-primary w-full" on:click={launchTerminal}>
|
||||||
Launch Terminal
|
Launch Terminal
|
||||||
@ -45,7 +44,6 @@
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
{:else if status === 'empty'}
|
{:else if status === 'empty'}
|
||||||
{@html vaultDoorSvg}
|
|
||||||
<h2 class="text-2xl font-bold">No credentials found</h2>
|
<h2 class="text-2xl font-bold">No credentials found</h2>
|
||||||
<Link target="EnterCredentials" hotkey="Enter" class="w-64">
|
<Link target="EnterCredentials" hotkey="Enter" class="w-64">
|
||||||
<button class="btn btn-primary w-full">Enter Credentials</button>
|
<button class="btn btn-primary w-full">Enter Credentials</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user