FIX: Contain mobile tour and standardize touch targets - #2294
Open
romanlutz wants to merge 1 commit into
Open
Conversation
Keep onboarding tour steps within the viewport and standardize mobile-only 44px touch targets across audited frontend surfaces. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ac28dca5-03cd-4d4e-809f-408112dc84db
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.
Description
The July 28 exploratory audit found that onboarding tour steps could overflow a 390px viewport and leave actions partially inaccessible. It also identified interactive controls below the project's recommended 44px mobile touch-target size across Home, Configuration, History, and Chat.
This change makes Joyride position against the viewport instead of a narrow scroll-parent boundary, so every tour step and action remains contained. It also adds a shared mobile-only Fluent UI touch-target primitive and applies it to the audited controls and state-dependent actions while preserving compact desktop density.
Tests and Documentation