- Modified loadChatHistory() to check for active project before fetching all sessions
- When active project exists, use project.sessions instead of fetching from API
- Added detailed console logging to debug session filtering
- This prevents ALL sessions from appearing in every project's sidebar
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CSS for .chat-history-list (was missing, only had .chat-sessions-list)
- Add custom scrollbar styling for better UX
- Add min-height: 0 to fix flexbox overflow issue
- Update cache buster (v1769092045) to force CSS reload
Fixes issue where long session lists had no scrollbar, making bottom
sessions inaccessible.
Co-Authored-By: Claude <noreply@anthropic.com>
- Full IDE with terminal integration using xterm.js
- Session management with local and web sessions
- HTML preview functionality
- Multi-terminal support with session picker
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>