Merge pull request #89 from hoborm/bugfix/filters-and-chips-navigation-hamburger

Navigation of filters and chips is now in place instead of navigation to a new site in PWA.
This commit is contained in:
Mohamad Tarbin
2026-05-03 21:27:01 -07:00
committed by GitHub

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(