From 2b2e7d815f06566c81c2c9425f3ab9d9947bda1d Mon Sep 17 00:00:00 2001 From: shinchan-zhai Date: Mon, 23 Mar 2026 12:59:20 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20nofxi-tasks.md=20=E2=80=94=20r?= =?UTF-8?q?ecord=2012:52=20batch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nofxi-tasks.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nofxi-tasks.md b/nofxi-tasks.md index 96a91d8e..d42952ea 100644 --- a/nofxi-tasks.md +++ b/nofxi-tasks.md @@ -112,6 +112,13 @@ — OKX, Hyperliquid, Aster, Bybit, KuCoin, Gate, Bitget, Lighter, Binance — Each stopped trader was leaking a goroutine + ticker forever +### 2026-03-23 12:52 — Resilience, UX & Graceful Shutdown +- [DONE] Add graceful HTTP server shutdown on SIGTERM/SIGINT — drains in-flight requests before stopping traders +- [DONE] Add React ErrorBoundary component — catches render crashes with retry UI instead of white screen +- [DONE] Wrap main content area + settings page with ErrorBoundary +- [DONE] Fix ChartTabs.tsx responsive height — was using non-reactive `window.innerWidth` at render time, replaced with Tailwind `h-[500px] md:h-[600px]` +- [DONE] Restart backend with latest build — all fixes since 9:27AM now live (health endpoint, safe helpers, ticker leaks, etc.) + ### Features - [PENDING] Agent chat has fake streaming (word-by-word setTimeout) — implement real SSE streaming - [PENDING] Add WebSocket support for real-time position/balance updates instead of polling