Expand options tape display and retention
- Add a dedicated hot-window limit for options prints - Improve option contract and notional formatting in the tape - Update docs, env sample, and tests
This commit is contained in:
parent
da942079f3
commit
9131e046cb
5 changed files with 235 additions and 18 deletions
|
|
@ -859,6 +859,12 @@ h3 {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.option-contract {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.meta,
|
||||
.drawer-row-meta,
|
||||
.flow-meta {
|
||||
|
|
@ -868,6 +874,41 @@ h3 {
|
|||
font-size: 0.76rem;
|
||||
}
|
||||
|
||||
.notional-emphasis {
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.01em;
|
||||
color: #ffe08c;
|
||||
}
|
||||
|
||||
.condition-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 3px 8px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--border);
|
||||
font-size: 0.68rem;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.condition-sweep {
|
||||
border-color: rgba(37, 193, 122, 0.34);
|
||||
color: #98f0c0;
|
||||
background: var(--green-soft);
|
||||
}
|
||||
|
||||
.condition-iso {
|
||||
border-color: rgba(77, 163, 255, 0.34);
|
||||
color: #bddcff;
|
||||
background: var(--blue-soft);
|
||||
}
|
||||
|
||||
.condition-neutral {
|
||||
border-color: rgba(192, 200, 210, 0.28);
|
||||
color: #d4dbe3;
|
||||
background: rgba(192, 200, 210, 0.08);
|
||||
}
|
||||
|
||||
.pill,
|
||||
.drawer-chip,
|
||||
.flag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue