feat: add loading state, error handling, and tests (closes #2)#5
Merged
JarvisX-Z merged 1 commit intoMay 13, 2026
Merged
Conversation
- analyzer.tsx: animated multi-step progress bar with named steps, skeleton result cards during loading, classified error messages (network/validation/server/unknown) with icons and Retry button - App.tsx: ErrorBoundary for unexpected render crashes, QueryClient configured with retry:false for mutations - analyze.ts: structured error responses with Zod field-level details, try/catch around analyzeFiles for 500 safety net - analyzer.test.ts: 14 Vitest tests covering analyzeFiles logic (scoring, ranking, dependency tracing, edge cases) - vitest.config.ts: test runner config for api-server - pnpm-workspace.yaml: re-enable rollup-win32-x64-msvc for local dev
|
@SurbhiAgarwal1 is attempting to deploy a commit to the jarvisx-z's projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
Thank you for the excellent contribution. The loading state, structured error handling, and comprehensive unit tests are valuable improvements. I’m reviewing the failed CI build, and if the issue is minor I’ll merge this PR. |
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.
Summary
Closes #2
Implements loading indicators and structured error handling during the AI context analysis process.
Changes
UI — analyzer.tsx
Tokenising query → Scanning files → Tracing imports → Scoring relevance → Ranking results
with matching icons and user-friendly text
App.tsx
API server — analyze.ts
Tests
Added 14 Vitest unit tests for analyzeFiles (analyzer.test.ts) — all pass locally.
Test run output