Skip to content

Map picker modal #1969

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Map picker modal #1969

wants to merge 5 commits into from

Conversation

r0xsh
Copy link
Member

@r0xsh r0xsh commented Mar 19, 2025

output.mp4

_.includes(component.types, 'country'),
);
let adminArea1 = _.find(geocodingResult.address_components, component =>
_.includes(component.types, 'administrative_area_level_1'),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

administrative_area_level_1 is related to the Plus Codes

@r0xsh
Copy link
Member Author

r0xsh commented Mar 27, 2025

I've used Prettier to format my source files, so it end up editing some indentations and white spaces. You can easily avoid diffing those by enabling this feature inside GH
image

@r0xsh r0xsh force-pushed the feat/map-picker branch from 6d40e36 to ba1a327 Compare April 14, 2025 09:58
@r0xsh
Copy link
Member Author

r0xsh commented Apr 16, 2025

  • Fix dark mode

@Atala
Copy link
Member

Atala commented Apr 23, 2025

@alexsegura please review on iOS
@r0xsh fix darkmode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants