add pwa functionality

This commit is contained in:
2023-07-05 21:27:41 +02:00
parent fa0c394d4d
commit 3209f8b4e0
5 changed files with 65 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
</div>
<div class="actions">
{#await import("$lib/components/PwaStatus.svelte") then { default: PwaStatus }}
<PwaStatus />
{/await}
{#if browser && !("serial" in navigator)}
<abbr
title="Your browser does not support serial connections. Try using Chrome instead."