• v1.5.0 b405aea88b

    v1.5.0 — prices chart: fix hover past midnight, mark the active price
    frontend / frontend (push) Successful in 9m59s
    pytest / test (push) Successful in 11m51s
    docker-image / build-and-push (push) Successful in 12m49s
    Stable

    tliu93 released this 2026-07-27 20:31:13 +02:00 | 0 commits to main since this release

    Fixes

    • 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 since d07a083 and was failing CI's codegen check.
    • docs: the validation gates now spell out that a route/schema/docstring change
      needs both scripts/export_openapi.py and npm run codegen committed.
    Downloads