re-work space menu

This commit is contained in:
Jon Staab
2024-10-21 14:35:12 -07:00
parent 80de053cdd
commit ced1f55cdb
6 changed files with 201 additions and 283 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
<div class="content col-2" bind:this={element}>
<label class="input input-bordered flex w-full items-center gap-2">
<Icon icon="magnifer" />
<input bind:value={term} class="grow" type="text" placeholder="Search for people..." />
<!-- svelte-ignore a11y-autofocus -->
<input autofocus bind:value={term} class="grow" type="text" placeholder="Search for people..." />
</label>
{#each pubkeys.slice(0, limit) as pubkey (pubkey)}
<PeopleItem {pubkey} />