This commit is contained in:
Jon Staab
2024-10-17 16:03:50 -07:00
parent 2f561149fa
commit fd5b0a9af3
33 changed files with 129 additions and 140 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
import {onMount} from "svelte"
import {page} from "$app/stores"
import {derived, writable} from "svelte/store"
import {ctx, assoc, sortBy, now, remove} from "@welshman/lib"
import {assoc, sortBy, remove} from "@welshman/lib"
import type {TrustedEvent, EventContent} from "@welshman/util"
import {createEvent, DIRECT_MESSAGE} from "@welshman/util"
import {
+2 -5
View File
@@ -1,13 +1,10 @@
<script lang="ts">
import {onMount} from "svelte"
import {createScroller} from "@lib/html"
import {uniq, shuffle} from "@welshman/lib"
import {getPubkeyTagValues, getListTags} from "@welshman/util"
import {profileSearch, userFollows} from "@welshman/app"
import {profileSearch} from "@welshman/app"
import Icon from "@lib/components/Icon.svelte"
import PageHeader from "@lib/components/PageHeader.svelte"
import PeopleItem from "@app/components/PeopleItem.svelte"
import {getDefaultPubkeys} from '@app/state'
import {getDefaultPubkeys} from "@app/state"
const defaultPubkeys = getDefaultPubkeys()