feat(data): full-screen map view + shared MapScreenLayout component (#132) - #158
Merged
Conversation
Contributor
|
Preview deployment ready: https://agent-comapeo-cloud-app-issu-vugq.comapeo-cloud-app.pages.dev Commit: |
New component introduced in #132 ships 5 Storybook stories (default, non-interactive, with-bottom-buttons, with-sidebar, with-top-right) at both desktop and mobile viewports. These had no committed baseline, so the visual-regression-check reported 5 added and failed CI. Add the generated baselines so the check passes. Pre-existing baseline PNGs were intentionally left untouched (their drift was tooling noise, not code change).
Contributor
Author
|
We are missing on the data map view a layers button which should be placed right beneath the list button on the top right. The user should be able to easily change in between map layers to facilitate navigation. The ordering control makes no sense on the map view, should be hidden. |
luandro
marked this pull request as ready for review
August 1, 2026 13:17
Contributor
Author
|
Ready for human merge.
All PR-scoped findings are closed. Please perform the human merge when ready. |
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
Closes #132.
MapScreenLayoutshell.Review comment addressed
Verification
Local checks:
MapContainer,MapScreenLayout,ObservationFilterBar,ObservationsMap, andDataScreen.git diff --check,npm run build:ci, andnpm run check:i18nare clean.main.GitHub CI run 794 completed successfully, including audit, lint, typecheck, unit/i18n, secret scan, Storybook tests, visual-regression check, build/E2E, preview deployment, and preview smoke/E2E.
Independent review loops
Ready for human review and merge.