What's Changed
Authentication
- Removed guest login functionality and introduced a new demo sign-in flow, allowing users to quickly explore the application without creating an account.
SQL Console UX Improvements
- Enhanced the Copilot experience in the SQL console with refined SQL mode behavior, smarter tab management, and improved editor responsiveness.
- Updated the result table component for better readability, interaction, and accessibility.
- Refined Monaco editor integration for smoother SQL editing, including syntax-aware suggestions and error highlighting.
Chat Interface
- Improved chat message styling for better visual hierarchy and consistency across conversation threads.
- Fixed session handling and message rendering logic to ensure reliable display of AI-generated SQL and natural language responses.
Internal
- Consolidated and cleaned up shared SQL console and chatbot logic across components, improving maintainability and reducing duplication.