-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(frontend): pagination, geometries #8
base: main
Are you sure you want to change the base?
feat(frontend): pagination, geometries #8
Conversation
@zameji I've (finally) started to look into this, but it seems like this PR still contains lots of backend commits. Can you take a look and cherry pick the front-end ones so that I can move this forward? |
@loganwilliams I'll look into it. I hope I separated the commits by frontend / backend, otherwise this will be a real headache. |
f2530b0
to
fcd6aaf
Compare
@loganwilliams Alright, I went through the commit history and cleaned it up - both here and in the backend PR #9 . Luckily, only a couple of commits had a mix of backend/frontend files. |
AFAIK this is backward-compatible with current backend. You wouldn't be able to use pagination and display the geometries (actually the search result list would not show any marker at all), but it should still work.