global: snapshot

This commit is contained in:
nym21
2026-02-13 16:54:09 +01:00
parent d18c872072
commit dfcb04484b
17 changed files with 485 additions and 265 deletions

View File

@@ -9,6 +9,7 @@ import {
} from "./panes/chart.js";
import { initSearch } from "./panes/search.js";
import { replaceHistory } from "./utils/url.js";
import { idle } from "./utils/timing.js";
import { removeStored, writeToStorage } from "./utils/storage.js";
import {
asideElement,
@@ -194,7 +195,7 @@ function initSelected() {
}
initSelected();
requestIdleCallback(() => options.setParent(navElement));
idle(() => options.setParent(navElement));
onFirstIntersection(navElement, () => {
options.setParent(navElement);