Feature/UI improvements#170
Open
Raveendra-Pai wants to merge 4 commits intohttps-deeplearning-ai:mainfrom
Open
Feature/UI improvements#170Raveendra-Pai wants to merge 4 commits intohttps-deeplearning-ai:mainfrom
Raveendra-Pai wants to merge 4 commits intohttps-deeplearning-ai:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ents implement RAG chatbot features with search, UI improvements, and tests
- Add Inter font via Google Fonts for crisper typography - Switch accent color to indigo/purple gradient (#6366f1 → #8b5cf6) - Add branded sidebar header with gradient logo icon - Redesign New Chat button with + icon and indigo pill style - Apply gradient to user message bubbles with glow shadow - Add subtle dot-grid background texture to chat area - Polish send button with gradient, hover lift, and glow - Restyle input focus with indigo border and focus ring - Improve loading dots to pulse with primary color - Slim scrollbars to 4px for cleaner look Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix .gitignore: replace *.env with .env and .env.* (too broad) - Define SourceItem Pydantic model in app.py for typed sources (replaces List[Any]) - Move import json to top of vector_store.py (was inside method) - Add trailing newlines to ai_generator.py and vector_store.py - Register CourseOutlineTool in conftest.py tool_manager fixture - Add test_outline_tool.py with full coverage for CourseOutlineTool - Add console.warn in startNewChat() instead of silently swallowing errors Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.