website: redesign part 27

This commit is contained in:
nym21
2026-06-09 13:35:21 +02:00
parent c3506339cd
commit 5966ab05e4
29 changed files with 174 additions and 290 deletions
+1 -3
View File
@@ -24,7 +24,7 @@ function createPools(pools) {
}
/**
* @param {(window: WindowKey) => TimeframeMetric} createMetric
* @param {(window: RollingWindowKey) => TimeframeMetric} createMetric
*/
function createWindowSeries(createMetric) {
return createRollingWindowSeries((window) => () => createMetric(window));
@@ -102,7 +102,5 @@ export function createMinorPoolBlocksMinedSeries(pool) {
);
}
/** @typedef {import("./rolling-windows.js").RollingWindowKey} WindowKey */
/** @typedef {typeof brk.series.pools.major.unknown} MajorPool */
/** @typedef {typeof brk.series.pools.minor.blockfills} MinorPool */
/** @typedef {import("../charts/timeframes.js").TimeframeMetric} TimeframeMetric */