Skip to content

Quick start tour updates. part 1

Administrator requested to merge erzhtor/quick-start-tour-updates into main

Created by: erzhtor

Closes https://github.com/sourcegraph/sourcegraph/issues/33339.

Description

This PR:

  • Updates the checkbox icon color to when at 0 completed and make the distance between the icon and text 4px
  • Moves completion status inside quick start when displayed vertically
  • Fixes dark theme styles for the language selector
  • Disables SignUp/IDE/BEXT install CTA on results/file pages when showing tour info panel
  • Removes "Quickly" from "Understand a new codebase" from authenticated tour version

Test plan

  • SOURCEGRAPH_API_URL=https://sourcegraph.com SOURCEGRAPHDOTCOM_MODE=true sg -skip-auto-update=true start web-standalone
  • Open https://sourcegraph.test:3443/search as non-signed in user
  • Check tour for the above changes/fixes from "Decription" section

Screenshots

BEFORE AFTER
image image
image image
image image

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading