developmentseed / osm-teams

Teams for OpenStreetMap!
https://mapping.team
MIT License
27 stars 5 forks source link

Add sort, pagination and search to members list at team page #370

Closed vgeorge closed 1 year ago

vgeorge commented 1 year ago

This adds an input component to the members' table on the team page to allow search by username. Contributes to https://github.com/developmentseed/osm-teams/issues/319.

Changes added:

@kamicut @LanesGood ready for review

vercel[bot] commented 1 year ago

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

Name Status Preview Updated
osm-teams ✅ Ready (Inspect) Visit Preview Jan 13, 2023 at 1:38PM (UTC)
vgeorge commented 1 year ago

@LanesGood @kamicut please hold your review, I want to include some changes from #367 here.

vgeorge commented 1 year ago

@LanesGood @kamicut I've merged changes from develop and now the behavior of the search input should be consistent across tables (auto-submit after 1s). I also added pagination and search to the explore teams page. This is ready for review.

kamicut commented 1 year ago

@vgeorge @LanesGood I've approved, but there is this small UI issue (Safari Browser)

image
vgeorge commented 1 year ago

@kamicut @LanesGood let's merge this and improve the input separately.