Added per‑print NBBO placement tracking into clustering, exposed aggressor mix on

FlowPackets, and used it to adjust sweep/spike confidence. The Flow Packets UI now
  shows an aggressor mix pill with coverage and inside ratio.
This commit is contained in:
dirtydishes 2025-12-30 17:31:37 -05:00
parent 0b0ffa651e
commit 69758d28d9
7 changed files with 247 additions and 12 deletions

View file

@ -432,6 +432,12 @@ h1 {
background: rgba(39, 84, 138, 0.12);
}
.aggressor-tag {
border-color: rgba(93, 70, 144, 0.45);
color: #5d4690;
background: rgba(93, 70, 144, 0.12);
}
.nbbo-meta {
font-size: 0.72rem;
color: #6f5b39;