codersforcauses / poops

A progressive web app to help volunteers track their volunteering activities, register vet concerns and log incident reports. Documentations: https://codersforcauses.github.io/poops
https://poops.vercel.app/
MIT License
23 stars 5 forks source link

I272 | Visit search #276

Closed scratchclaggy closed 1 year ago

scratchclaggy commented 1 year ago

Change Summary

Revert to client side filtering of visits.

Note that while the default view is still paginated, searching for a visit will create a new query that fetches all visits. The most significant change is to the useVisits API, it now takes a boolean isSearch that sets whether the query is paginated or not.

Change Form

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
poops ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 22, 2023 at 1:45PM (UTC)
scratchclaggy commented 1 year ago

@skyheat conflict has been resolved