vkoves / electrify-chicago

Learn about Chicago's most polluting buildings, and what they can do to clean up their act!
http://electrifychicago.net
9 stars 5 forks source link

Add Pagination To Search Page So You Can Explore More Data #45

Open vkoves opened 10 months ago

vkoves commented 10 months ago

Now especially that we are loading in tens of thousands of buildings, we should add pagination to the search page, otherwise you can't even view all buildings of a certain type, like so:

Screenshot from 2023-08-30 11-53-49

The issue is that Gridsome has a Pager component, but it's mostly intended for static use, while the search page is client-side.

We may also want to add more filtering or order tools, but that can be a separate issue.