davsclaus opened a new pull request, #23268:
URL: https://github.com/apache/camel/pull/23268

   ## Summary
   
   - Endpoint flow panel and mirrored sparkline now respect the **remote on/off 
toggle**: two parallel sliding window histories (all vs remote-only) are 
maintained and selected at render time; flow totals are filtered accordingly
   - Replace dark `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/black terminals
   - Use **bright green** 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 the 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 centred within their fixed-width slot so they no longer 
shift when counts change length or the remote toggle changes totals
   
   ## Test plan
   
   - [ ] Toggle remote on/off and verify flow panel counts and chart bars 
update to reflect only remote endpoints
   - [ ] Verify `in` arrow and label are bright green, `out` arrow and label 
are cyan, always visible
   - [ ] Verify `in`/`out` labels stay centred and do not shift when toggling 
remote or as message counts change
   - [ ] Open Routes tab and verify `to`/`toD` nodes in the diagram are now 
cyan instead of dark blue
   - [ ] Verify throughput chart bars are bright green on dark terminal
   
   _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]

Reply via email to