Migrate UI to Vite build engine and update dependencies#4368
Merged
Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 512eec6. ♻️ This comment has been updated with latest results. |
Contributor
There was a problem hiding this comment.
Copilot reviewed 87 out of 102 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .devcontainer/devcontainer.json: Language not supported
- ui/app/.prettierrc: Language not supported
- ui/app/index.html: Language not supported
- ui/app/package.json: Language not supported
- ui/app/public/index.html: Language not supported
- ui/app/src/App.scss: Language not supported
- ui/README.md: Evaluated as low risk
- ui/app/README.md: Evaluated as low risk
- ui/app/src/authConfig.ts: Evaluated as low risk
- ui/app/src/components/root/RootDashboard.tsx: Evaluated as low risk
- ui/app/src/components/shared/ConfirmCopyUrlToClipboard.tsx: Evaluated as low risk
- ui/app/src/components/root/RootLayout.tsx: Evaluated as low risk
- ui/app/src/App.test.tsx: Evaluated as low risk
- ui/app/src/components/root/LeftNav.tsx: Evaluated as low risk
- ui/app/src/components/shared/ConfirmDeleteResource.tsx: Evaluated as low risk
Comments suppressed due to low confidence (1)
ui/app/src/components/shared/CliCommand.tsx:33
- The renderCommand function should return a valid React element even if commandMatches is null. Consider returning an empty fragment or a placeholder element.
return;
Contributor
There was a problem hiding this comment.
Copilot reviewed 88 out of 103 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .devcontainer/devcontainer.json: Language not supported
- ui/app/.prettierrc: Language not supported
- ui/app/index.html: Language not supported
- ui/app/package.json: Language not supported
- ui/app/public/index.html: Language not supported
- ui/app/src/App.scss: Language not supported
- ui/README.md: Evaluated as low risk
- ui/app/README.md: Evaluated as low risk
- ui/app/src/authConfig.ts: Evaluated as low risk
- CHANGELOG.md: Evaluated as low risk
- ui/app/src/components/root/RootDashboard.tsx: Evaluated as low risk
- ui/app/src/components/shared/ConfirmCopyUrlToClipboard.tsx: Evaluated as low risk
- ui/app/src/App.test.tsx: Evaluated as low risk
- ui/app/src/components/root/LeftNav.tsx: Evaluated as low risk
- ui/app/src/components/root/RootLayout.tsx: Evaluated as low risk
RonShakutai
approved these changes
Feb 16, 2025
RonShakutai
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
Added one question about bandit, other than that its linting changes.
jonnyry
approved these changes
Feb 17, 2025
Member
Author
|
/test-force-approve UI only. |
|
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 512eec6) (in response to this comment from @marrobi) |
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.
Transition the UI from Create React App to Vite for improved build performance and modern features.
Have tested the UI and all seems good.