Add claude GitHub actions 1774916733245#165
Open
Adnan-Barwaniwala wants to merge 8 commits intohttps-deeplearning-ai:mainfrom
Open
Add claude GitHub actions 1774916733245#165Adnan-Barwaniwala wants to merge 8 commits intohttps-deeplearning-ai:mainfrom
Adnan-Barwaniwala wants to merge 8 commits intohttps-deeplearning-ai:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds a fixed-position sun/moon toggle button (top-right) that switches between the existing dark theme and a new light theme. Theme preference is persisted in localStorage and restored immediately on page load to prevent a flash of unstyled content. All UI elements transition smoothly over 0.3s via CSS variable overrides on [data-theme="light"]. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add package.json with prettier and eslint as dev dependencies - Add .prettierrc config (4-space indent, single quotes, trailing commas) - Add .eslintrc.js config with eslint:recommended and browser globals - Add scripts/frontend-format.sh to format frontend files in place - Add scripts/frontend-lint.sh for CI-safe check-only linting - Fix double blank lines in script.js and index.html to match Prettier style - Add frontend-changes.md documenting all changes and usage instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- backend/tests/test_api_endpoints.py: 18 tests covering POST /api/query, GET /api/courses, and POST /api/clear-session — status codes, response shape, session creation/reuse, error handling (500/422), and delegation to RAGSystem - backend/tests/conftest.py: shared fixtures that patch RAGSystem and StaticFiles before importing app.py, avoiding ChromaDB init and the missing frontend directory; exposes mock_rag, client, and sample data fixtures with per-test side-effect cleanup - pyproject.toml: add [tool.pytest.ini_options] (testpaths, pythonpath, addopts=-v) and httpx dev dependency required by Starlette TestClient Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.