feat(dashboard): rename Dev override to Local tunnel connection#10772
feat(dashboard): rename Dev override to Local tunnel connection#10772
Conversation
Co-authored-by: Dima Grossman <dima@grossman.io>
✅ Deploy preview added
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUI updates to agent-related components, changing bridge status badge text from "DEV" to "LOCAL" and refactoring the sidebar widget's label rendering to support flexible content with tooltip indicators. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
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 |
|
Hey there and thank you for opening this pull request! 👋 We require pull request titles to follow specific formatting rules and it looks like your proposed title needs to be adjusted. Your PR title is: Requirements:
Expected format: Details: PR title must end with 'fixes TICKET-ID' (e.g., 'fixes NOV-123') or include ticket ID in branch name |
What changed
In the agent overview panel's sidebar widget:
Dev overridetoggle label to Local tunnel connection and added a help-tooltip indicator next to it explaining that when enabled the agent forwards traffic to the user's local tunnel URL instead of the deployed agent endpoint.DEVbadge withLOCALin both the agent details header and the sidebar widget's Bridge URL row.Why
The previous
Dev overridelabel/badge did not convey what the toggle actually does. The new copy matches the real behavior (local tunneling) and the tooltip clarifies the use case.Files touched
apps/dashboard/src/components/agents/agent-sidebar-widget.tsxapps/dashboard/src/components/agents/agent-details-header.tsxWhat changed
The PR renamed the agent override toggle from "Dev override" to "Local tunnel connection" and added a help tooltip explaining that when enabled, the agent forwards traffic to the user's local tunnel URL. The "DEV" badge was replaced with "LOCAL" across the agent details header and sidebar widget to better reflect the feature's actual behavior.
Affected areas
dashboard: Updated agent override controls in the agent details header and sidebar widget, including a renamed toggle label with explanatory tooltip and revised badge semantics from "DEV" to "LOCAL" for local tunnel connections.
Testing
No tests were added. This is a labeling and UX enhancement that should be verified manually through the dashboard UI to confirm the tooltip displays correctly and the badge renders in the appropriate locations.