Skip to content
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

refactor(autocomplete): rewrite geolocation source #2304

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

thecristen
Copy link
Collaborator

Summary of changes

Asana Ticket: Selecting "Use my location" with keyboard does nothing

Complete rewrite of the autocomplete's geolocation display. Functionality is essentially the same, but the display doesn't display a visually rich loading or error state within the dropdown anymore. This was never a formal requirement so... ::shrug:: To replace that, the input text will change in response to convey the loading or error state.

Benefit is that it is triggered very easily via keyboard now.

@thecristen thecristen requested a review from a team as a code owner January 6, 2025 16:37
@thecristen thecristen added the dev-blue Deploy to dev-blue label Jan 6, 2025
@thecristen thecristen enabled auto-merge (squash) January 6, 2025 20:17
Copy link
Contributor

@joshlarson joshlarson left a comment

Choose a reason for hiding this comment

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

I dunno if this matters, but the "Use my location" color is different than it used to be (I think it changed from brand-primary to black?)

Before

Screenshot 2025-01-07 at 9 41 12 AM

After

Screenshot 2025-01-07 at 9 42 00 AM

@thecristen thecristen merged commit 69d25e6 into main Jan 8, 2025
16 of 17 checks passed
@thecristen thecristen deleted the autocomplete-geolocation-rewrite branch January 8, 2025 18:58
@github-actions github-actions bot removed the dev-blue Deploy to dev-blue label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants