tyndale-ai-frontend/src
Danny 0aaa393a6d refactor: replace SSE streaming with simple JSON chat endpoint
Replace Server-Sent Events streaming implementation with straightforward
JSON request/response pattern to simplify debugging and reduce complexity.

Changes:
- server.js: Convert /api/chat/stream to /api/chat with JSON response
- src/lib/api.ts: Remove SSE parsing logic, add ChatResponse interface
- src/hooks/useChat.ts: Handle JSON response instead of stream chunks

This change makes the request flow easier to debug and troubleshoot
while maintaining the same conversation functionality.
2026-01-20 13:49:44 -06:00
..
components feat: rebrand to Woolnoth with new color palette and typography 2026-01-13 08:23:36 -06:00
hooks refactor: replace SSE streaming with simple JSON chat endpoint 2026-01-20 13:49:44 -06:00
lib refactor: replace SSE streaming with simple JSON chat endpoint 2026-01-20 13:49:44 -06:00
pages feat: rebrand to Woolnoth with new color palette and typography 2026-01-13 08:23:36 -06:00
types feat: setup React/Vite frontend with Tyndale AI chat interface 2026-01-06 14:34:25 -06:00
App.tsx feat: add William Tyndale biography page 2026-01-07 14:26:11 -06:00
index.css feat: rebrand to Woolnoth with new color palette and typography 2026-01-13 08:23:36 -06:00
main.tsx feat: setup React/Vite frontend with Tyndale AI chat interface 2026-01-06 14:34:25 -06:00
vite-env.d.ts feat: setup React/Vite frontend with Tyndale AI chat interface 2026-01-06 14:34:25 -06:00