mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 11:44:34 -05:00
Mobile and Docker Update
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user