offline warning
This commit is contained in:
parent
ec693b9c3f
commit
e2c5eab08b
3 changed files with 99 additions and 1 deletions
|
@ -94,7 +94,9 @@
|
|||
</svelte:head>
|
||||
|
||||
<div class="retro-shader">
|
||||
{#if showInstallPrompt && deferredPrompt}
|
||||
{#if !$online}
|
||||
<Offline />
|
||||
{:else if showInstallPrompt && deferredPrompt}
|
||||
<InstallPrompt onInstall={handleInstallClick} />
|
||||
{:else if showSplash}
|
||||
<SplashScreen closing={closingSplash} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue