github ulsklyc/oikos v0.20.12

latest releases: v0.41.0, v0.40.1, v0.40.0...
13 days ago

Fixed

  • Tasks: filters are now correctly re-applied when returning to the Tasks tab (closes #49)
    When a filter (e.g. "Open") was active and the user navigated to another tab and back, the filter chip appeared selected but all tasks were displayed. Root cause: render() always fetched /tasks without query parameters, ignoring the persisted filter state. Fixed by building the same filter query in render() that loadTasks() already uses — the initial parallel data fetch now respects the current filters.

Don't miss a new oikos release

NewReleases is sending notifications on new releases.