-
Notifications
You must be signed in to change notification settings - Fork 367
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
refactor: [M3-8649] - Move Radio
to at linode/ui
package
#11244
refactor: [M3-8649] - Move Radio
to at linode/ui
package
#11244
Conversation
Coverage Report: ❌ |
6087398
to
f02f31f
Compare
Radio
to @linode/ui
packageRadio
to at linode/ui
package
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.
thanks @pmakode-akamai!
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.
Code Review ✅
Changes in Cloud ✅
Thanks @pmakode-akamai for this and the PRs blocking to this component! 🎉
c85a903
to
bb2e40d
Compare
Cloud Manager UI test results🎉 445 passing tests on test run #10 ↗︎
|
Cloud Manager E2E Run #6826
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6826
|
Run duration | 27m 49s |
Commit |
26258af0f9: refactor: [M3-8649] - Move `Radio` to ` at linode/ui` package (#11244)
|
Committer | Purvesh Makode |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
…#11244) * Migrate radio to ui package * Add vitest imports in Radio tests * Fix radio icons imports * Add `vite-plugin-svgr` plugin to UI package * Added changeset: Move `Radio` from `manager` to `ui` package * Reordering imports * Temporarily import `FormControlLabel` from MUI * Remove typecast from plugin configuration in all places * Fix: avoid imports from @linode/ui in @linode/ui * Remove todo comments
…#11244) * Migrate radio to ui package * Add vitest imports in Radio tests * Fix radio icons imports * Add `vite-plugin-svgr` plugin to UI package * Added changeset: Move `Radio` from `manager` to `ui` package * Reordering imports * Temporarily import `FormControlLabel` from MUI * Remove typecast from plugin configuration in all places * Fix: avoid imports from @linode/ui in @linode/ui * Remove todo comments
Description 📝
Moves the
Radio
component, story and unit tests to the@linode/ui
package and updates existing imports.Changes 🔄
vite-plugin-svgr
plugin to@linode/ui
packageTarget release date 🗓️
N/A
How to test 🧪
As an Author I have considered 🤔
Check all that apply