Build React dashboard workflows#8
Open
Spbd1 wants to merge 1 commit into
Open
Conversation
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.
Motivation
Description
Sidebar,Header, andAppShelland navigation forAnalyze,Taxonomy Browser,Taxonomy Workbench,Model Settings,Review,Evaluation,Reports, andAbout(seefrontend/src/App.tsx,frontend/src/components/layout/*).top_k, healthy-pattern and fallback toggles, claim/risk cards, evidence highlighting, warnings, and export/save controls (seefrontend/src/components/analyze/*).frontend/src/components/taxonomy/*andfrontend/src/components/taxonomy_workbench/*).frontend/src/components/settings/*,frontend/src/components/review/*,frontend/src/components/evaluation/*,frontend/src/components/reports/*).frontend/src/api/client.tsandfrontend/src/api/types.ts).frontend/src/components/shared/*,frontend/src/styles/global.css).frontend/src/runtime-dashboard.js,frontend/scripts/*,frontend/index.html).Testing
npm --prefix frontend installand confirmed dependencies/install flow for this environment (succeeded with the dependency-free runtime approach).npm --prefix frontend run buildand confirmed the build script produceddist/(succeeded).node --check frontend/src/runtime-dashboard.jsto validate the runtime bundle syntax (succeeded).npm --prefix frontend run devand verified it responded athttp://127.0.0.1:5173and servedapp.jsusing a Pythonurlopencheck that returned HTTP 200 and content (succeeded).Codex Task