Skip to content

Conversation

@tlgimenes
Copy link
Contributor

@tlgimenes tlgimenes commented Jan 8, 2026

What is this contribution about?

Describe your changes and why they're needed.

Screenshots/Demonstration

Add screenshots or a Loom video if your changes affect the UI.

Review Checklist

  • PR title is clear and descriptive
  • Changes are tested and working
  • Documentation is updated (if needed)
  • No breaking changes

Summary by cubic

Move connection and gateway detail tabs into a context-aware sidebar with deep-linkable routes for a smoother, consistent navigation experience. Centralizes tab state and simplifies detail views.

  • New Features

    • Sidebar shows the selected Connection/Hub with icon and its tabs (Settings, Tools, Resources, Prompts, README, collections) with counts.
    • Added a clickable crumb in the topbar that takes you to the selected item's settings.
    • New deep-link routes: /$org/mcps/$connectionId/$tab and /$org/gateways/$gatewayId/$tab.
    • Global sidebar items now stay accurately highlighted on detail pages.
  • Refactors

    • Replaced per-page ResourceTabs and search-param logic with useConnectionDetailTabs and useGatewayDetailTabs.
    • Introduced useDetailRouteContext to unify param handling across nested detail routes.
    • Updated connection/gateway detail components to use the new tab hooks and navigation.
    • MeshSidebar now renders Connections and Hubs as collapsible groups with nested tabs, using Suspense for non-blocking loads.

Written for commit ecd1f24. Summary will update on new commits.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

🧪 Benchmark

Should we run the MCP Gateway benchmark for this PR?

React with 👍 to run the benchmark.

Reaction Action
👍 Run quick benchmark (10 & 128 tools)

Benchmark will run on the next push after you react.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Release Options

Should a new version be published when this PR is merged?

React with an emoji to vote on the release type:

Reaction Type Next Version
👍 Prerelease 1.11.2-alpha.1
🎉 Patch 1.11.2
❤️ Minor 1.12.0
🚀 Major 2.0.0

Current version: 1.11.1

Deployment

  • Deploy to production (triggers ArgoCD sync after Docker image is published)

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai 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 across 11 files

@tlgimenes tlgimenes force-pushed the chore/sidebar-menu-navigation branch from 3b8239e to f4ce6ac Compare January 8, 2026 18:19
@tlgimenes tlgimenes force-pushed the chore/sidebar-menu-navigation branch from f4ce6ac to ecd1f24 Compare January 8, 2026 19:43
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.

2 participants