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

feat(autocomplete): on mobile for trip planner, use detached experience #2300

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

thecristen
Copy link
Collaborator

Summary of changes

Asana Ticket: Cannot scroll through location results on mobile (menu disappears when input loses focus)

Trying out this library's full-screen search experience on mobile, enabled only for the trip planner for now.

enables use of tailwind classes in modals and overlays, which aren't included in under the `.body-wrapper`
@thecristen thecristen requested a review from a team as a code owner January 3, 2025 18:54
@thecristen thecristen added the dev-blue Deploy to dev-blue label Jan 3, 2025
@github-actions github-actions bot removed the dev-blue Deploy to dev-blue label Jan 6, 2025
@@ -39,7 +39,7 @@ module.exports = {
preflight: false
},
blocklist: ["container", "collapse"],
important: ".body-wrapper",
important: "body",
Copy link
Contributor

Choose a reason for hiding this comment

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

Didn't we get rid of this field? Why do we need this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's in the elaborated commit message hehe
image

@thecristen thecristen requested a review from joshlarson January 9, 2025 16:01
@joshlarson joshlarson added the dev-blue Deploy to dev-blue label Jan 9, 2025
@thecristen thecristen merged commit 1eaca40 into main Jan 9, 2025
30 checks passed
@thecristen thecristen deleted the cbj/detached-on-mobile branch January 9, 2025 17:20
@github-actions github-actions bot removed the dev-blue Deploy to dev-blue label Jan 23, 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