What's Changed
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.hrefafter each swap. That reconciliation ran beforehistory.pushStateupdated 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