You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request has been ignored for the connected project mfnaqdyunuafbwukbbyr because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR polishes the map search and map control experience by removing the extra palette close button, changing map control focus styling, and extending production e2e coverage for the updated behavior.
Changes:
Removed the floating close button from the map search dialog.
Updated map control focus styling to use an inset box-shadow ring.
Added e2e assertions for keyboard focus styling, Escape dismissal, and absence of the removed close button.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File
Description
src/features/map/components/MapSearch.tsx
Removes the dialog close button and unused translation/imports.
src/features/map/components/MapControls.tsx
Refactors control shadow styling and adds inset focus-visible styling.
e2e/map.spec.ts
Adds production e2e coverage for keyboard focus and search dialog dismissal behavior.
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
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
Validation
npm run checknpm run test:e2e:prod -- e2e/map.spec.ts