Add capacitor, fix some mobile bugs

This commit is contained in:
Jon Staab
2024-11-15 15:16:06 -08:00
parent 763d4a01b1
commit 27613686fd
98 changed files with 3789 additions and 51 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<script lang="ts">
import {page} from "$app/stores"
import {onDestroy} from "svelte"
import {isMobile} from "@lib/html"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
import ContentSearch from "@lib/components/ContentSearch.svelte"
@@ -41,7 +42,7 @@
<Icon icon="magnifer" />
<!-- svelte-ignore a11y-autofocus -->
<input
autofocus
autofocus={!isMobile}
bind:value={term}
class="grow"
type="text"