mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-07 13:00:59 +08:00
- main.go: call server.Shutdown() on SIGTERM/SIGINT to drain in-flight requests - Add React ErrorBoundary component (catches render crashes, shows retry UI) - Wrap main content area and settings page with ErrorBoundary - Fix ChartTabs.tsx: replace runtime window.innerWidth check with Tailwind responsive class (h-[500px] md:h-[600px]) - Restarted backend with latest build (health endpoint now returns proper timestamp)