c0219233d3
Simplify web terminal routes and home layout
...
- Redirect legacy signals/charts/replay pages to home
- Trim nav and update live subscriptions for home and tape
- Refresh terminal topbar and layout behavior
2026-05-04 13:42:47 -04:00
48b0d980a6
Implement scoped live 24h feed visibility
2026-05-04 05:52:38 -04:00
f28c8e641f
Fix seen-key handling in pausable tape reduction
...
- Break on the first previously seen item in newest-first merges
- Avoid cloning seen key sets unless new items are added
- Add tape overhaul phase 1 notes
2026-05-04 05:13:07 -04:00
85dfebb8f0
Disable static caching for live terminal routes
2026-05-04 04:40:35 -04:00
820681f7b6
Reconnect idle live tape socket
2026-05-04 04:34:00 -04:00
5fcdb015c0
Make tape feeds compact tables
2026-05-04 04:16:42 -04:00
c31d59ea79
Align options table scrolling
2026-05-04 04:02:41 -04:00
ba0daf5208
Implement server-backed live history
2026-05-04 03:29:38 -04:00
b4f87b50d2
Hydrate options feed across live routes
2026-05-04 02:57:20 -04:00
e78387130a
Implement options snapshot tape table
2026-05-04 01:14:52 -04:00
2c088cb287
Add frontend cooker preview
2026-05-04 00:21:30 -04:00
dirtydishes
1e6f517b20
Merge pull request #26 from dirtydishes/t3code/fix-live-feed-lag
...
Reduce live feed lag and normalize signals display
2026-04-29 01:31:11 -04:00
5cdf4a43e0
Refine signals layout and alert labeling
...
- Rework the Signals grid to prioritize alerts and move dark flow below
- Normalize alert severity/direction labels and tighten feed status copy
- Add helper tests for severity, direction, anchoring, and status text
2026-04-29 01:28:44 -04:00
9131e046cb
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
2026-04-29 00:10:37 -04:00
da942079f3
Retain live history and warn on silent equities feeds
...
- Keep pausable live snapshots visible while stale
- Surface a connected-but-silent equities warning
- Add coverage for history retention and warning timing
2026-04-28 23:19:14 -04:00
75fc6f9373
Fix live tape freshness and filter UX
2026-04-28 17:13:46 -04:00
27b0a399e6
Add smart-money option signal path and tape filters
2026-04-28 16:29:44 -04:00
2229c8c09c
Fix dark evidence resolution and improve trace readability
2026-04-27 15:52:44 -04:00
a45d5c85f6
Add bounded live retention for UI and API caches
...
- Introduce configurable hot-window and pinned evidence retention
- Keep live evidence available after eviction with fetch-on-miss hydration
- Add tests and docs for the new retention settings
2026-04-27 14:37:52 -04:00
d30513119a
Unify live session streaming and evidence fetching
...
- Route live terminal data through a shared live session socket
- Fetch missing evidence for alerts and classifier hits
- Add live type definitions and storage/API tests
2026-04-27 13:14:10 -04:00
824b7f2fa0
Tighten terminal topbar layout
2026-04-27 12:02:50 -04:00
dirtydishes
9ca8668ef2
Revert "[codex] Add overview redesign concept gallery"
2026-04-27 07:55:44 -04:00
77db9a6a19
Add overview redesign concept gallery
2026-04-27 04:03:38 -04:00
Kellan Drucquer
b6d83663d3
refactor terminal workspace ui
2026-03-28 23:54:01 -04:00
dirtydishes
f08abec68a
Open classifier hit drawer when alert missing
2026-01-20 12:57:38 -05:00
dirtydishes
0f3e05085c
Add classifier and dark markers to chart
2026-01-20 12:40:31 -05:00
dirtydishes
4dd7b03810
Overlay off-exchange equity prints on chart
...
Adds a canvas overlay to the equity candle chart to render off-exchange prints with a toggle/legend, fetching viewport-bounded data and updating live via the equities websocket.
2026-01-20 11:05:49 -05:00
dirtydishes
debbc1046b
Add replay source filter for option replay
2026-01-11 16:44:34 -05:00
dirtydishes
04188851b3
Sync replay source for options and NBBO
2026-01-11 14:26:47 -05:00
dirtydishes
4a22fcc635
Fix options tape replay formatting
2026-01-11 10:47:11 -05:00
dirtydishes
6951dddfdf
Add replay for flow alerts and hits
2026-01-09 17:09:05 -05:00
dirtydishes
1583a50412
Improve local defaults and replay candle fetch
2026-01-09 15:29:47 -05:00
dirtydishes
c9be8e8490
Add equity candle chart to web UI
2026-01-07 15:47:09 -05:00
dirtydishes
8fc8361390
Add inferred dark evidence drawer and synthetic bursts
2026-01-04 19:05:20 -05:00
dirtydishes
9908c431f0
Pause flow list updates while scrolled
2025-12-30 18:02:08 -05:00
dirtydishes
ae54f3ad0c
Remove redundant premium display from flow packets
2025-12-30 17:52:55 -05:00
dirtydishes
900b002ff7
Fix flow packet notional to sum all prints
2025-12-30 17:40:06 -05:00
dirtydishes
69758d28d9
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.
2025-12-30 17:31:37 -05:00
dirtydishes
0b0ffa651e
Add multi-leg structure tagging for flow packets
2025-12-30 13:33:50 -05:00
dirtydishes
fc7065792f
Add NBBO persistence, API/WS streaming, and UI context
2025-12-30 12:47:58 -05:00
dirtydishes
15fce370ef
Tune synthetic flow mix and stabilize second-row card lists
2025-12-30 11:31:06 -05:00
dirtydishes
eda219852f
Refine second-row card layout
2025-12-30 09:58:51 -05:00
dirtydishes
684cda0e94
Add severity + direction alert strips
...
Split the alerts summary into labeled severity and direction strips so bearish/bullish skew is visible at a glance.
2025-12-29 23:25:05 -05:00
dirtydishes
0036b6badc
Fix list scroll anchoring
...
Make tape lists fixed height with stable scroll gutters and disable overflow anchoring to prevent page scroll drift.
2025-12-29 23:21:03 -05:00
dirtydishes
bd1a67a7fc
Add testing-mode throttles and UI batching
...
Throttle ingest pipelines in TESTING_MODE, document settings in README, and batch live UI updates per frame to reduce scroll lag.
2025-12-29 22:38:51 -05:00
dirtydishes
41bdd2c73a
Add alert evidence drawer and filters
...
Add a ticker filter bar, alert evidence drawer, and a 30-minute severity strip to flesh out the dashboard panels.
2025-12-29 18:56:34 -05:00
dirtydishes
18366192b2
Bind web dev server to port 3000
...
Simplify the web dev launcher to always use port 3000 and fix the dev:web script cwd invocation.
2025-12-29 18:42:01 -05:00
dirtydishes
b8f9e585e9
Adjust dashboard grid proportions
...
Set Options tape to 2/3 width, Equities to 1/3, and keep Flow/Alerts/Classifier hits as equal thirds with responsive fallbacks.
2025-12-29 16:31:02 -05:00
dirtydishes
58f326877b
Add live alerts and classifier hits panels
...
Show live alerts and classifier hits in the UI, wire WS streams, and add pill styling plus confidence/explanation formatting.
2025-12-29 16:05:39 -05:00
dirtydishes
ad58c62c37
Improve live tape UX and compute consumer behavior
...
- raise UI tape cap to 500 and keep newest-first ordering
- add jump-to-top with missed counter + revised card layout styling
- add compute deliver policy/reset envs to prevent JetStream backlog replay
- update .env.example and README for new defaults/config
2025-12-29 15:45:33 -05:00