Skip to content

Discover: CPS tour and Switch Modes tour render simultaneously #256039

@alexmarhaba

Description

@alexmarhaba

Summary

When opening Discover with Cross-Project Search (CPS) enabled, two tours render at the same time — the CPS announcement tour and the "Switch modes per tab" tour. This creates a confusing, overlapping experience.

Image

Expected behavior

Only one tour should display at a time. Tours should be queued so they render sequentially.

Suggested fix

Use the existing kbn-tour-queue package (owned by SharedUX) to register and orchestrate these tours. This package was already used to prevent the Security SIEM migration tour and the side nav tour from colliding.

Additionally, tour implementations should check the hideAnnouncements UI setting via the tours service before rendering, as the Switch Modes tour already does.

References

  • kbn-tour-queue package: packages/kbn-tour-queue
  • hideAnnouncements UI setting check example: Switch Modes tour implementation

Metadata

Metadata

Labels

Feature:CPSTeam:SharedUXPlatform AppEx-SharedUX (formerly Global Experience) t//bugFixes for quality problems that affect the customer experience

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions