nanochat/services/frontend/components
Manmohan Sharma a873b6ad46
fix: stream directly from chat-api, bypass Next.js proxy
Replaced the double-proxy (browser→Next.js→chat-api→Modal) with
direct streaming (browser→nginx→chat-api→Modal). Added nginx route
for /api/conversations → chat-api. Inlined SSE parsing in ChatWindow
instead of useSSE hook going through /api/chat/stream.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 15:08:46 -07:00
..
chat fix: stream directly from chat-api, bypass Next.js proxy 2026-04-16 15:08:46 -07:00
landing fix(frontend): redesign landing and chat pages for warm, premium look 2026-04-16 14:03:55 -07:00
login feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00
svg feat(frontend): Next.js 14 frontend service for samosaChaat (#2) 2026-04-16 11:26:57 -07:00
LandingFooter.tsx fix(frontend): redesign landing and chat pages for warm, premium look 2026-04-16 14:03:55 -07:00
LandingNav.tsx fix(frontend): redesign landing and chat pages for warm, premium look 2026-04-16 14:03:55 -07:00
SessionBoundary.tsx feat(frontend): wire frontend to real backend auth + chat-api services 2026-04-16 13:21:38 -07:00