Merged
Conversation
…ull feature parity - Fix URL restore: lat/lon now override view center when explicitly provided - Fix touch scroll: 8px threshold before drag activation, preventDefault once active - Add location bootstrap: timezone-first detection, optional geolocation upgrade - Enable DeckGL on mobile with deviceMemory capability guard - Add DeckGL state sync on moveend/zoomend for URL param updates - Fix breakpoint off-by-one: JS now uses <= to match CSS max-width: 768px - Add country-click on SVG fallback with CSS transform inversion - Add fitCountry() to both map engines (DeckGL uses fitBounds, SVG uses projection) - Add SVG inertial touch animation with exponential velocity decay - Add mobile map e2e tests for timezone, URL restore, touch, and breakpoint
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
preventDefault()once active; inertial animation on touchend<→<=to match CSSmax-width: 768pxfitBounds(), SVG uses projection-based pixel span calculationTest plan
?view=mena&lat=35&lon=50&zoom=5— map centers on (35,50) not MENA preset?lat=0&lon=0&zoom=4— map centers at equator/prime meridianmap.fitCountry('IR')— camera animates to Iran boundsnpx playwright test e2e/mobile-map-native.spec.ts