Skip to content

fix(webapp): open Full setup guide in a new tab#5712

Open
rubychilds wants to merge 5 commits intoNangoHQ:masterfrom
rubychilds:fix/setup-guide-new-tab
Open

fix(webapp): open Full setup guide in a new tab#5712
rubychilds wants to merge 5 commits intoNangoHQ:masterfrom
rubychilds:fix/setup-guide-new-tab

Conversation

@rubychilds
Copy link
Copy Markdown

@rubychilds rubychilds commented Mar 26, 2026

Summary

  • The "Full setup guide" link on integration pages now opens in a new tab instead of navigating away from the current page
  • Previously it opened in the same tab, which was annoying because you'd lose your place on the integration setup page and have to navigate back

Test plan

  • Navigate to any integration page (e.g. create a new integration)
  • Click "Full setup guide" and verify it opens in a new tab
  • Verify the button styling is unchanged

🤖 Generated with Claude Code


This PR is implemented as a small, scoped UI change in the integration creation page that replaces router-based link behavior with a standard external link pattern so documentation opens in a separate tab without disrupting the current setup flow, while preserving the existing button presentation and applying safe external-link attributes.


This summary was automatically generated by @propel-code-bot

Opening the docs link in the same tab navigates away from the
integration setup page, which is annoying since you lose your place
and have to navigate back. Use a regular anchor with target="_blank"
so the guide opens in a new tab instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@propel-code-bot propel-code-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found; changes cleanly update the link behavior and styling.

Status: No Issues Found | Risk: Low

Review Details

📁 1 files reviewed | 💬 0 comments

Instruction Files
└── .claude/
    ├── agents/
    │   └── nango-docs-migrator.md
    └── skills

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant