Split app/core up into domain-oriented files

This commit is contained in:
Jon Staab
2026-06-08 15:33:38 -07:00
parent ea6b63de53
commit 926b31de78
171 changed files with 2902 additions and 2628 deletions
+7 -12
View File
@@ -13,18 +13,13 @@ import {
makeHttpAuthHeader,
} from "@welshman/util"
import {makeSpacePath, makeRoomPath, makeSpaceChatPath, makeChatPath} from "@app/routes"
import {
CONTENT_KINDS,
notificationSettings,
chatsById,
userGroupList,
getSpaceUrlsFromGroupList,
makeCommentFilter,
hasNip29,
dufflepud,
DUFFLEPUD_URL,
} from "@app/core/state"
import {kv} from "@app/core/storage"
import {CONTENT_KINDS, makeCommentFilter} from "@app/content"
import {notificationSettings} from "@app/settings"
import {chatsById} from "@app/chats"
import {userGroupList, getSpaceUrlsFromGroupList} from "@app/groups"
import {hasNip29} from "@app/relays"
import {dufflepud, DUFFLEPUD_URL} from "@app/env"
import {kv} from "@app/storage"
import {page} from "$app/stores"
// Checked state