TUI: endpoint tab UX improvements - remote filter, colors, layout#23268
Merged
Conversation
- Endpoint flow panel and mirrored sparkline now respect the remote on/off toggle: maintain two parallel sliding window histories (all vs remote-only) and switch between them at render time; flow totals also filtered accordingly - Replace Color.BLUE with Color.CYAN throughout the endpoints tab (DIR out arrow, flow panel, chart legend, MirroredSparkline) and in the routes diagram (to/toD/wireTap/enrich/pollEnrich nodes) for visibility on dark terminals - Use BRIGHT_GREEN (AnsiColor) for in-traffic: throughput chart bars and legend, endpoint DIR in arrow, flow panel in-arrow and legend, MirroredSparkline top bars - Integration name box in flow diagram coloured yellow bold - Flow diagram in/out direction arrows and labels always shown in their direction colour regardless of traffic level; only count numbers dim when zero - "in"/"out" labels centered within their fixed-width slot so they no longer shift when counts change length or remote toggle changes totals Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
- Rename header title from "Camel Monitor" to "Camel TUI" - Remove "Apache Camel" border title from the header block - Drop the header border entirely; render the title as a single bare line saving two rows of vertical space - Add one empty spacer row between the header line and the tab bar Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
|
🧪 CI tested the following changed modules:
All tested modules (2 modules)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Color.BLUEwithColor.CYANthroughout the endpoints tab (DIR out arrow, flow panel, chart legend, MirroredSparkline) and in the routes diagram (to/toD/wireTap/enrich/pollEnrichnodes) for visibility on dark/black terminalsin/outlabels centred within their fixed-width slot so they no longer shift when counts change length or the remote toggle changes totalsTest plan
inarrow and label are bright green,outarrow and label are cyan, always visiblein/outlabels stay centred and do not shift when toggling remote or as message counts changeto/toDnodes in the diagram are now cyan instead of dark blueClaude Code on behalf of Claus Ibsen
🤖 Generated with Claude Code