Closes #5 - #8
Merged
Merged
Conversation
francisli
requested changes
Jun 27, 2026
francisli
left a comment
Contributor
There was a problem hiding this comment.
Looks good, I can confirm that I can see the map on the homepage...
I've updated the branch with the latest from main, which includes our Airtable API proxy endpoints. Create an Airtable Personal Access Token and set it in your server/.env file (as seen in example.env) along with the base id appxUdj6p8GQ4cC4G then you'll be able to hit /api/plots and see a list of results.
I've also run the linter and committed its code formatting changes. To run the linter, log in to the running container, then execute npm run lint.
There are still some errors/warnings to be addressed, but I'll let you work on it since I think you want to do a bit more styling/development...
rnavarro97
force-pushed
the
PG-5-add-leaflet-prototype
branch
from
July 10, 2026 23:06
50b638b to
162d628
Compare
rnavarro97
force-pushed
the
PG-5-add-leaflet-prototype
branch
from
July 10, 2026 23:07
162d628 to
bfa951f
Compare
francisli
approved these changes
Jul 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the Leaflet prototype as a reusable component, LeafletContainer.
Some ways I'd like to improve on this in the future:
changing the height so that it fills the page without affecting the scroll capabilities of whatever page its inCurrently the map appears to stay on the top layer when opening the side navigation drawer. I would like to update the component to be concealed by that drawer when the user opens it.