Skip to content

0.3.4

Latest

Choose a tag to compare

@AliOsm AliOsm released this 10 May 12:58
7522996

What's Changed

  • Fix dashboard filter bar showing previous segment as active by @AliOsm in #13

Fixed

  • Fixed the dashboard's filter bar (Time / Mode / Kind segments) showing the previously-selected segment as active after a click. The filter bar lives outside the partial-swap regions so the search input keeps its focus across navigations; its highlight is reconciled from window.location.href after each swap. That reconciliation ran before history.pushState updated the URL, so it always read one navigation behind. Pushing state first lets the reconciliation see the URL the user just navigated to.

Full Changelog: 0.3.3...0.3.4