dsh-context v0.3.0
History chart overhaul — the trend chart no longer stretches or squashes.
Changes
- Fixed-width bars (14px columns): sparse histories no longer render as fat bars, and dense histories scroll horizontally instead of compressing.
- Scrollable history: the chart scrolls left to reach earlier requests; it stays anchored on the newest bars unless you scroll away manually.
- Turn ranges: a tick row under the bars groups consecutive requests of the same turn into one labeled range (e.g.
T1spans all of its bars with a connector line), so multi-step turns are readable at a glance. - Chart render test added (stateful fake React drives the view; asserts bar count, scroll container, and turn-range geometry).