39fd25eafc
render() always fetched /tasks without query params, so active filter chips appeared selected but all tasks were shown after navigating away and back. Fixed by building the same filter query in render() that loadTasks() uses, keeping both parallel fetches and correct filtering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>