Conversation
Update the sidebar tour step to emphasize Seer's root cause analysis capabilities instead of just collaboration features. Links to Seer docs.
Update the promo modal text to better explain what Issue Details is and why users should care, before inviting them to take the tour.
Add white-space: pre-line to the Description component so that intentional newlines in modal descriptions are preserved.
- Update welcome modal header casing - Revise tour step titles and descriptions for clarity
25fea32 to
e6f0644
Compare
Only mention Seer in the sidebar tour step when the SeerSection is actually visible (based on feature flags and issue type config). Falls back to generic description about comments and tickets. Also extracts the showSeerSection condition into a variable for reuse.
scttcper
reviewed
Jan 26, 2026
Update the title and description shown when Seer is not available: - Title: "Share updates" instead of "Automate root cause" - Description: More helpful text about commenting and ticketing
scttcper
approved these changes
Jan 26, 2026
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| : t( | ||
| 'Leave a comment for a teammate or link your favorite ticketing system - this area helps you collaborate and track progress on the issue.' | ||
| ) | ||
| } |
Contributor
There was a problem hiding this comment.
Tour copy mentions Seer when only Resources shown
Medium Severity
The showSeerSection variable includes cases where only issueTypeConfig.resources is truthy (without AI features enabled). When this happens, the tour shows "Automate root cause" title and "Use Seer to investigate this issue faster" description, but the actual SeerSection component displays "Resources" as its heading instead of "Seer". The tour copy creates a mismatch between what users read in the onboarding and what they actually see in the sidebar.
priscilawebdev
pushed a commit
that referenced
this pull request
Feb 2, 2026
…107002) ## Summary - Updates welcome modal description to better explain what Issue Details is - Adds support for newlines in StartTourModal descriptions (`white-space: pre-line`) - Revises tour step copy for clarity: - "See overall impact" (aggregate data) - "Investigate the issue" (event details) - "Compare events" (navigation) - "Narrow your focus" (filters) - "Automate root cause" (Seer sidebar) ## Test plan - [ ] Navigate to issue details as a new user (or clear tour state) - [ ] Verify welcome modal shows description with line break - [ ] Step through the tour and verify updated copy on each step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
white-space: pre-line)Test plan