forked from coracle/flotilla
Fix calendar detail
This commit is contained in:
@@ -104,9 +104,7 @@
|
||||
let pubkeys: string[] = $state(popKey("RoomMembersAdd.pubkeys") || [])
|
||||
|
||||
onMount(() => {
|
||||
console.log("=====")
|
||||
if (popKey("RoomMembersAdd.confirm")) {
|
||||
console.log("hi")
|
||||
addMembers()
|
||||
}
|
||||
})
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user