davsclaus opened a new pull request, #23192: URL: https://github.com/apache/camel/pull/23192
## Summary - Add separate `d` (image diagram) and `D` (text diagram) shortcuts in the TUI monitor Routes tab - When terminal doesn't support images, `d` shows a message suggesting `Shift+D` instead of silently falling back to ASCII - `D` (text diagram) opens in fullscreen with TamboUI `Scrollbar` widgets for vertical and horizontal scrolling - Fullscreen text diagram shows a live-updating route info header (ROUTE, FROM, STATE, UPTIME, THRUPUT, TOTAL, FAILED, MEAN/MAX) - Footer shows the matching close key (`d` or `D`) depending on how the diagram was opened ## Test plan - [ ] Run `camel monitor` against a running Camel integration - [ ] Press `D` on the Routes tab to open fullscreen text diagram — verify it takes the full content area with route header and scrollbars - [ ] Verify arrow keys scroll vertically and horizontally, PgUp/PgDn for page scrolling - [ ] Verify the route info header updates live (e.g., total count increases) - [ ] Press `d` on a terminal without image support — verify it shows the "use Shift+D" message - [ ] Press `d` on a terminal with image support — verify image diagram still works in the bottom panel - [ ] Press `Esc` or the matching key to close the diagram _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]
