FIX: Make onboarding tour target-state aware - #2310
Open
romanlutz wants to merge 1 commit into
Open
Conversation
Make tour instructions and spotlight targets reflect whether Chat has an active target, with focused unit and browser coverage for both first-use states. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7a2feb74-e66a-427e-8b5c-c503b91d98d8
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
Fresh users were directed to select a target on Home even though activation happens in Configuration, and the Chat step described a converter control that is hidden until a target is active.
This change makes the five-step tour state-aware while preserving its existing navigation. The target step now explains that activation uses Set Active in Configuration and that Home is a status summary. In Chat, users without an active target are guided to the visible Configure Target prerequisite banner; users with an active target are guided to the actual converter toggle beside the composer. Stable tour hooks keep each spotlight attached to the control described by its copy.
Videos
Before: fresh user
before-fresh-user-tour.webm
After: no active target
after-fresh-user-tour.webm
After: active target
after-active-target-tour.webm
Tests and Documentation