davsclaus opened a new pull request, #23809: URL: https://github.com/apache/camel/pull/23809
## Summary The diagram tab's external endpoint toggle (`e` key) now cycles through three modes instead of on/off: - **off** — no external endpoints shown - **edges** — direct arrows between routes sharing an external endpoint, plus truly-external endpoints as dashed boxes at top/bottom bands (same as previous "on") - **all** — shared external endpoints shown as intermediary dashed boxes between routes instead of direct arrows (e.g., `routeA → [kafka:foo] → routeB`) ## Changes - **TopologyHelper** — new `expandExternalEdges()` method that converts external-type route-to-route edges into intermediary dashed nodes - **DiagramTab / RoutesTab** — `e` key cycles off → edges → all → off, footer shows `[off]`/`[edges]`/`[all]` - **DiagramSupport** — passes mode through, follows intermediary nodes for drill-down navigation - **TopologyDiagramWidget** — recognizes `"external"` nodeType for dashed border rendering - **TopologyMinimapWidget** — minimap now only shows routes, skipping all external nodes ## Test plan - [ ] Press `e` to cycle through off → edges → all → off - [ ] Verify "edges" mode shows direct arrows (same as before) - [ ] Verify "all" mode shows intermediary dashed boxes between routes sharing external endpoints - [ ] Verify drill-down navigation (Enter) works through intermediary external nodes - [ ] Verify minimap only shows route boxes _Claude Code on behalf of Claus Ibsen_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
