Navigation of filters and chips is now in place instead of navigation to a new site in PWA.

This commit is contained in:
Mihaly Hobor
2026-04-09 02:56:38 +02:00
parent 4713e99c7b
commit 1d807002f8

View File

@@ -599,7 +599,10 @@ const MyChores = () => {
}
// Always navigate with params (preserves project param)
Navigate({ pathname: '/chores', search: params.toString() })
Navigate(
{ pathname: '/chores', search: params.toString() },
{ replace: true },
)
}
const searchOptions = useMemo(