[Console] Disable running onboarding tour by default#227978
[Console] Disable running onboarding tour by default#227978damian-polewski merged 7 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#8649[✅] src/platform/test/functional/apps/console/config.ts: 100/100 tests passed. |
|
Hi @elastic/docs I wanted to ask about your opinion about on using |
src/platform/plugins/shared/console/public/application/components/help_popover.tsx
Outdated
Show resolved
Hide resolved
sabarasaba
left a comment
There was a problem hiding this comment.
changes lgtm, nice job @damian-polewski!
|
Hi @elastic/search-kibana, since the console onboarding tour will not start automatically now I removed extra checks that skip it from |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Closes elastic#212284 ## Summary This PR disables running the Console onboarding tour when opening the page for the first time. The tour can be still accessed by pressing the `Run getting started guide` button in the Help popover.
Closes elastic#212284 ## Summary This PR disables running the Console onboarding tour when opening the page for the first time. The tour can be still accessed by pressing the `Run getting started guide` button in the Help popover.
Closes elastic#212284 ## Summary This PR disables running the Console onboarding tour when opening the page for the first time. The tour can be still accessed by pressing the `Run getting started guide` button in the Help popover.
Closes #212284
Summary
This PR disables running the Console onboarding tour when opening the page for the first time. The tour can be still accessed by pressing the
Start introduction tourbutton in the Help popover.Note
Since it is no longer necessary to determine whether the user has completed/skipped the tour to show in orger to display it initial, the
consoleTourstate is no longer saved in local storage.Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.Release note
The console onboarding tour is now disabled by default. Users can manually start the tour at any time from the Help popover.