clients: snapshot

This commit is contained in:
nym21
2026-01-12 08:48:12 +01:00
parent 5826d78e35
commit 8fe0af349d
19 changed files with 5280 additions and 3272 deletions

View File

@@ -384,8 +384,8 @@ function createChartElement({
/** @type {AnyMetricPattern} */
const timeMetric =
index === "height"
? brk.tree.blocks.time.timestampFixed
: brk.tree.blocks.time.timestamp;
? brk.metrics.blocks.time.timestampFixed
: brk.metrics.blocks.time.timestamp;
/** @type {AnyMetricPattern} */
const valuesMetric = metric;
const timeNode = timeMetric.by[index];