Add newcomers onboarding tour
Created by: erzhtor
Closes https://github.com/sourcegraph/sourcegraph/issues/27177. Closes https://github.com/sourcegraph/sourcegraph/issues/29420.
Description
This PR:
- Adds a new onboarding tour for not signed-in users.
- Adds the ability to force override feature flags through initial URL parameters
How to test
sg start web-standalone
- Open the home page and force enable "getting started" tour:
https://sourcegraph.test:3443/search?feature-flag-key=getting-started-tour&feature-flag-value=true
- Go through the new tour widget and check it works properly
- Open the home page and disable the "getting started" tour:
https://sourcegraph.test:3443/search?feature-flag-key=getting-started-tour
- Check that onboarding tour doesn't show up and everything works as previously