bug(designerv2): Replace icon and update text on mcp wizard#8876
bug(designerv2): Replace icon and update text on mcp wizard#8876
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Optional: make slightly more specific about lock icon/message |
| Commit Type | ✅ | No change needed |
| Risk Level | ✅ | Matches code diff; low risk |
| What & Why | Improve tense and clarity; say which icon/message are changed | |
| Impact of Change | Fill Developer/System impact (even if "None") | |
| Test Plan | Explain why manual-only or add snapshot/unit test for locked state | |
| Contributors | Add credits if applicable | |
| Screenshots/Videos | ✅ | Screenshot included — good |
Summary: This PR passes the PR-body/title validation. The advised risk level is risk:low, which matches the PR label and the size/scope of the change. Please make small improvements to the PR body for clarity (What & Why), explicitly state Developer/System impact (even if none), and either add a brief justification for manual-only testing or include a snapshot/unit test that covers the new locked-state UI.
Please update the PR body with the recommended clarifications and resubmit if desired — thanks for the clear title, template usage, and screenshot!
Last updated: Thu, 05 Mar 2026 18:29:28 GMT
There was a problem hiding this comment.
Pull request overview
This PR addresses a visual bug in the MCP tool wizard within the designer v2 panel. It replaces the emoji lock (🔒) used in the step indicator with a proper Fluent UI icon (CheckmarkLockRegular), removes the previously shown parameters-step description text, and adds a dedicated info MessageBar to communicate when the connection is locked.
Changes:
- Replaces the emoji lock indicator with the
CheckmarkLockRegularFluent UI icon for the "step 1 locked" state in the wizard step indicator - Removes the
step2Descriptionstring (old "Configure the parameters for this MCP tool" text) and replaces it with aconnectionLockedInfoMessageBarshown specifically when the connection is locked on the parameters step - Removes the
borderTopstyling from the tools management section (visual cleanup)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
libs/designer-v2/src/lib/ui/panel/recommendation/browse/mcpToolWizard.tsx |
Replaces emoji lock icon with CheckmarkLockRegular, removes step 2 description, adds locked-connection info message bar, cleans up border style |
Localize/lang/strings.json |
Adds dK7mXq (new locked connection info string), removes kAJqcb (old step 2 description string) |
You can also share your feedback on Copilot code review. Take the survey.
📊 Coverage CheckThe following changed files need attention:
Please add tests for the uncovered files before merging. |
Commit Type
Risk Level
What & Why
Replace the icon and updated the text for mcp wizard
Impact of Change
Visual changes
Test Plan
Contributors
Screenshots/Videos