fix(dashboard): open agent connector dropdown at top level fixes NV-7829#11338
Merged
Conversation
Co-authored-by: Paweł Tymczuk <LetItRock@users.noreply.github.com>
|
PR author is not in the allowed authors list. |
Contributor
📝 WalkthroughWalkthrough
ChangesConnector Integration Dropdown View State
🎯 2 (Simple) | ⏱️ ~8 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy preview added
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Actionable comments posted: 0 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
When creating an agent, the "Where do you want your agent?" dropdown opened directly on the integrations sub-view (credentials / existing integrations) for the currently selected managed connector. Users only saw options like "Setup Anthropic credentials" and the demo credential—not the full connector list (Claude Managed, AWS Claude Managed, custom code, etc.).
This change opens the dropdown at the top-level connectors view so all runtime options are visible on first open. Selecting a managed connector still navigates into the integrations sub-view as before.
Root cause
ConnectorIntegrationDropdowndefaulted tointegrationsview whenever the selected connector had aproviderId, including on every popover open.Test plan
Linear Issue: NV-7829
What changed
The
ConnectorIntegrationDropdowncomponent was modified to open at the top-level connectors view instead of defaulting to the integrations sub-view. The component now initializes itsviewstate to'connectors'and unconditionally resets to this state when the popover opens, rather than selecting based on whether the selected connector has aproviderId. This ensures users see the complete list of connector options (Claude Managed, AWS Claude Managed, custom code, etc.) on first open.Affected areas
Testing
Manual testing is outlined in the PR description (open agents, verify connector list visibility, confirm navigation between views works correctly). No automated tests were added to this change.
Screen.Recording.2026-05-29.at.12.34.41.mov