feat(apollo-vertex): onboarding tour — provider and welcome modal#675
Draft
petervachon wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
ce9dc19 to
a795087
Compare
5a0cb0d to
59902d7
Compare
Dependency License Review
License distribution
Excluded packages
|
a795087 to
92ab801
Compare
59902d7 to
09a4d0e
Compare
92ab801 to
a525709
Compare
09a4d0e to
11b436b
Compare
…me modal Adds the behavioral layer: OnboardingTourProvider orchestrates tour state, step sequencing, conditional gating via waitFor, and Joyride lifecycle events. OnboardingTourJoyrideWelcomeModal handles modal-type steps, rendered outside Joyride while the library is paused. Dark mode overlay color is reactive — a MutationObserver on the document root class updates the overlay immediately when the theme changes, including mid-tour. Co-Authored-By: Colin Reilly <colin.reilly@gmail.com>
11b436b to
84372de
Compare
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.
Summary
Second in a 3-part stack. Adds the behavioral layer that makes the tour
actually run — the provider that manages tour state and step sequencing,
and the welcome modal that greets users before the first spotlight step.
Stacked on #674.
What's included
OnboardingTourProvider— orchestrates the full tour lifecycle:starting a tour, advancing through steps, handling back navigation,
conditional step gating via
waitFor, and marking tours completeOnboardingTourJoyrideWelcomeModal— full-screen modal for thefirst step of a tour, rendered outside Joyride while the spotlight
is paused
user switches themes, including mid-tour
What's next
Test plan
pnpm --filter apollo-vertex buildpasseswaitForgating pauses and resumes correctly🤖 Generated with Claude Code