Fix message layout, fix uploads

This commit is contained in:
Jon Staab
2024-11-16 08:04:09 -08:00
parent 25b23cca8d
commit d01a08820a
19 changed files with 531 additions and 107 deletions
@@ -13,6 +13,7 @@
import {pubkeyLink} from "@app/state"
export let value: string[]
export let autofocus = false
let term = ""
let input: Element
@@ -59,7 +60,9 @@
</div>
<label class="input input-bordered flex w-full items-center gap-2" bind:this={input}>
<Icon icon="magnifer" />
<!-- svelte-ignore a11y-autofocus -->
<input
{autofocus}
class="grow"
type="text"
placeholder="Search for profiles..."