Skip to content

feat: [IOPLT-1609] Guided tour with multi-step [WIP]#7866

Draft
dmnplb wants to merge 18 commits intomasterfrom
guided-tour-poc
Draft

feat: [IOPLT-1609] Guided tour with multi-step [WIP]#7866
dmnplb wants to merge 18 commits intomasterfrom
guided-tour-poc

Conversation

@dmnplb
Copy link
Contributor

@dmnplb dmnplb commented Feb 12, 2026

Short description

Add the new guided tour with multi-step in a single screen.

List of changes proposed in this pull request

  • Add the new TourOverlay, TourProvider and TourTooltip components, orchestrated via GuidedTour one

Preview (WIP)

multi-step-guided-tour.mov

Acknowledgements

@mastro993

How to test

Go to the Guided Tour Playground from the Settings screen (with dev mode enabled)

@github-actions
Copy link
Contributor

PR Title Validation for conventional commit type

All good! PR title follows the conventional commit type.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

Jira Pull Request Link

This Pull Request refers to Jira issues:

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 18.14516% with 203 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.40%. Comparing base (be049e3) to head (0c39827).
⚠️ Report is 17 commits behind head on master.

Files with missing lines Patch % Lines
ts/features/tour/components/TourOverlay.tsx 8.75% 73 Missing ⚠️
ts/features/tour/components/TourTooltip.tsx 12.19% 36 Missing ⚠️
ts/features/tour/components/TourProvider.tsx 11.42% 31 Missing ⚠️
ts/features/tour/store/reducers/index.ts 27.02% 27 Missing ⚠️
ts/features/tour/hooks/useTourStepNavigation.ts 7.69% 12 Missing ⚠️
ts/features/tour/store/selectors/index.ts 37.50% 10 Missing ⚠️
ts/features/tour/components/GuidedTour.tsx 12.50% 7 Missing ⚠️
...tings/devMode/playgrounds/GuidedTourPlayground.tsx 33.33% 6 Missing ⚠️
...ttings/devMode/components/DeveloperModeSection.tsx 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (be049e3) and HEAD (0c39827). Click for more details.

HEAD has 5 uploads less than BASE
Flag BASE (be049e3) HEAD (0c39827)
10 5
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #7866       +/-   ##
===========================================
- Coverage   60.45%   42.40%   -18.05%     
===========================================
  Files        1939     1778      -161     
  Lines       42824    39753     -3071     
  Branches     9820     9066      -754     
===========================================
- Hits        25890    16859     -9031     
- Misses      16855    22840     +5985     
+ Partials       79       54       -25     
Files with missing lines Coverage Δ
ts/features/common/store/reducers/index.ts 100.00% <ø> (ø)
...s/settings/common/navigation/SettingsNavigator.tsx 100.00% <ø> (ø)
ts/features/settings/common/navigation/routes.ts 100.00% <ø> (ø)
ts/features/tour/store/actions/index.ts 100.00% <100.00%> (ø)
...ttings/devMode/components/DeveloperModeSection.tsx 46.15% <0.00%> (-0.33%) ⬇️
...tings/devMode/playgrounds/GuidedTourPlayground.tsx 33.33% <33.33%> (ø)
ts/features/tour/components/GuidedTour.tsx 12.50% <12.50%> (ø)
ts/features/tour/store/selectors/index.ts 37.50% <37.50%> (ø)
ts/features/tour/hooks/useTourStepNavigation.ts 7.69% <7.69%> (ø)
ts/features/tour/store/reducers/index.ts 27.02% <27.02%> (ø)
... and 3 more

... and 734 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be049e3...0c39827. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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