Improve relay access checks, content loading

This commit is contained in:
Jon Staab
2024-10-10 17:09:01 -07:00
parent 83d892afc3
commit 597ebddf82
14 changed files with 127 additions and 104 deletions
+3 -1
View File
@@ -25,6 +25,8 @@
storageAdapters,
tracker,
} from "@welshman/app"
import * as lib from "@welshman/lib"
import * as util from "@welshman/util"
import * as app from "@welshman/app"
import ModalBox from "@lib/components/ModalBox.svelte"
import Drawer from "@lib/components/Drawer.svelte"
@@ -71,7 +73,7 @@
}
onMount(async () => {
Object.assign(window, {get, ...app, ...state})
Object.assign(window, {get, ...lib, ...util, ...app, ...state})
const getScoreEvent = () => {
const ALWAYS_KEEP = Infinity