sandbox-notebookllamalm-nextjs/backend
DJP 7db7ca3de5 Fix button nesting and WebSocket reconnection spam
 Fixed button inside button error:
- Delete button now sibling, not nested
- Proper div structure
- No hydration errors

 Fixed WebSocket creating spam sessions:
- Check if already connected before reconnecting
- Prevents duplicate WebSocket connections
- No more session spam

 Synthesis persistence working:
- Model has synthesis_data column
- GET endpoint returns data
- Will load on page refresh

All critical bugs fixed!
2025-10-03 10:55:27 -04:00
..
src Fix button nesting and WebSocket reconnection spam 2025-10-03 10:55:27 -04:00
.env Initial Next.js migration foundation - Docker + backend code ready 2025-10-02 16:58:28 -04:00
api.log WIP: Next.js migration - Core infrastructure complete (~25% feature parity) 2025-10-02 21:16:21 -04:00
conversation_20ceab36-b14e-4ca5-8675-658b490f278d.mp3 Add LlamaCloud cleanup when deleting notebooks 2025-10-03 10:19:10 -04:00
conversation_ea79f7e8-d5e2-462d-ac24-41168f894f00.mp3 Add GET synthesis endpoint and fix synthesis column 2025-10-03 10:43:43 -04:00
pyproject.toml Add FastAPI app structure with auth routes - backend API foundation ready 2025-10-02 17:08:48 -04:00
uv.lock Add FastAPI app structure with auth routes - backend API foundation ready 2025-10-02 17:08:48 -04:00