Mobile and Docker Update

This commit is contained in:
2026-01-26 10:11:17 +00:00
parent 6afbfd793a
commit 8b939cbbe1
7 changed files with 25 additions and 192 deletions

View File

@@ -7,7 +7,6 @@
import { page } from "$app/stores";
import { goto } from "$app/navigation";
import Icon from "@iconify/svelte";
import InstallPrompt from "$lib/components/InstallPrompt.svelte";
let { children } = $props();
let isApp = $state(false);
@@ -39,7 +38,7 @@
function handleCameraClose() {
isCameraActive = false;
// Dispatch event to notify MobileHomePage to refresh
window.dispatchEvent(new CustomEvent('scan-complete'));
window.dispatchEvent(new CustomEvent("scan-complete"));
}
onMount(() => {
@@ -94,8 +93,6 @@
<link rel="icon" href="/ethix-logo.png" />
</svelte:head>
<InstallPrompt />
{#if isMobile}
<div class="mobile-container">
<main class="app-container">