feat(frontend): add stealth overlay

This commit is contained in:
h
2026-01-22 15:33:24 +01:00
parent 8e6662397e
commit ff72e66b21
2 changed files with 55 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
import ChatMessage from '$lib/components/ChatMessage.svelte';
import ChatInput from '$lib/components/ChatInput.svelte';
import FollowUpButtons from '$lib/components/FollowUpButtons.svelte';
import StealthOverlay from '$lib/components/StealthOverlay.svelte';
const usePolling = getContext<boolean>('convex-use-polling') ?? false;
let mnemonic = $derived(page.params.mnemonic);
@@ -185,4 +186,6 @@
</button>
{/if}
<StealthOverlay />
</div>