-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Remove DesignKit since it's now maintained in Hew [WEB-1790] #8338
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
you should be able to remove |
also, |
since @keita-determined identified #6707, I took a look, and I think there's more that could be removed from |
@johnkim-det we did some research late yesterday
|
@@ -141,9 +140,6 @@ export default defineConfig(({ mode }) => ({ | |||
checker({ | |||
typescript: true, | |||
}), | |||
devServerRedirects({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be able to remove the devServerRedirects
plugin here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Description
The DesignKit and visual diffs are now in Hew
For example in this PR determined-ai/hew#27 it got an automated UI kit diff
Test Plan
Any removed tests are running in Hew
Existing site builds, tests pass
Checklist
docs/release-notes/
.See Release Note for details.