-
released this
2026-07-27 20:31:13 +02:00 | 0 commits to main since this releaseFixes
- prices: the chart keyed its X axis on "HH:mm" labels, which repeat across a
today+tomorrow range. Recharts resolves axis tooltips by value, so hovering a
slot after midnight matched today's identically labelled point — the tooltip
showed today's prices and the marker jumped back to today's position. The axis
is now keyed on the ISO instant; ticks still read HH:mm and the tooltip label
carries the date.
Features
- prices: the price slot currently in effect is marked by default with a dot on
the buy and sell lines, plus a caption with its prices; re-evaluated every 30s.
Chores
- frontend: regenerate src/api/schema.d.ts, which had drifted from
openapi/openapi.json sinced07a083and was failing CI's codegen check. - docs: the validation gates now spell out that a route/schema/docstring change
needs bothscripts/export_openapi.pyandnpm run codegencommitted.
Downloads
- prices: the chart keyed its X axis on "HH:mm" labels, which repeat across a