global: snapshot

This commit is contained in:
nym21
2026-01-19 16:52:17 +01:00
parent c90953adbe
commit 371ff86287
23 changed files with 1043 additions and 908 deletions

View File

@@ -115,7 +115,8 @@ function initFrameSelectors() {
initFrameSelectors();
signals.createRoot(() => {
const brk = new BrkClient("/");
const brk = new BrkClient("https://next.bitview.space");
// const brk = new BrkClient("/");
const owner = signals.getOwner();
console.log(`VERSION = ${brk.VERSION}`);
@@ -210,7 +211,7 @@ signals.createRoot(() => {
let firstTimeLoadingSimulation = true;
let firstTimeLoadingExplorer = true;
signals.createEffect(options.selected, (option) => {
signals.createScopedEffect(options.selected, (option) => {
/** @type {HTMLElement} */
let element;