global: snapshot

This commit is contained in:
nym21
2026-03-26 20:23:09 +01:00
parent 18bb4186a8
commit 259960b80b
9 changed files with 136 additions and 203 deletions

View File

@@ -114,7 +114,6 @@ export function init() {
/** @type {{ label: string, items: IndexLabel[] }[]} */
const ALL_GROUPS = [
{ label: "Height", items: ["blk", "halv", "diff"] },
{
label: "Time",
items: [
@@ -125,6 +124,7 @@ const ALL_GROUPS = [
"1y", "10y",
],
},
{ label: "Block", items: ["blk", "epch", "halv"] },
];
const ALL_CHOICES = /** @satisfies {IndexLabel[]} */ (