Fix calendar detail

This commit is contained in:
Jon Staab
2026-02-06 09:15:03 -08:00
parent 3df3130395
commit 24b88e4ac0
4 changed files with 7 additions and 8 deletions
-2
View File
@@ -104,9 +104,7 @@
let pubkeys: string[] = $state(popKey("RoomMembersAdd.pubkeys") || [])
onMount(() => {
console.log("=====")
if (popKey("RoomMembersAdd.confirm")) {
console.log("hi")
addMembers()
}
})
+1 -1
View File
@@ -285,7 +285,7 @@
</SecondaryNavHeader>
{/if}
{#if $otherRooms.length > 20}
<label class="input input-sm input-bordered mx-4 flex items-center gap-2">
<label class="input input-sm input-bordered flex items-center gap-2">
<Icon icon={Magnifier} />
<input bind:value={term} onblur={clearTerm} class="grow" />
</label>
+1 -1
View File
@@ -20,7 +20,7 @@ import {
unionFilters,
} from "@welshman/util"
import type {Filter} from "@welshman/util"
import {request, load, pull} from "@welshman/net"
import {request, pull} from "@welshman/net"
import {
pubkey,
loadRelay,