Use welshman/app

This commit is contained in:
Jon Staab
2024-08-30 16:25:41 -07:00
parent 05e35c9f26
commit 618049c4af
26 changed files with 127 additions and 904 deletions
+2 -3
View File
@@ -2,16 +2,15 @@
import {onMount} from "svelte"
import Masonry from "svelte-bricks"
import {GROUP_META, displayRelayUrl} from "@welshman/util"
import {load, relays} from "@welshman/app"
import Icon from "@lib/components/Icon.svelte"
import {makeSpacePath} from "@app/routes"
import {DEFAULT_RELAYS} from "@app/base"
import {
load,
displayGroup,
relays,
searchGroups,
relayUrlsByNom,
userMembership,
DEFAULT_RELAYS,
} from "@app/state"
let term = ""
+1 -1
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import themes from "daisyui/src/theming/themes"
import {identity} from "@welshman/lib"
import {createSearch} from "@lib/util"
import {createSearch} from "@welshman/app"
import Icon from "@lib/components/Icon.svelte"
import {theme} from "@app/theme"