-
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-8641] - Move Box
component to ui
package (Part 1)
#11163
Conversation
Coverage Report: ✅ |
@@ -0,0 +1 @@ | |||
export * from './Box'; |
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.
See this comment for rationale behind moving Box into its own package within the 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.
LGTM!
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.
Moar merge conflicts😭😭
Cloud Manager E2E Run #6756
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6756
|
Run duration | 26m 52s |
Commit |
24d05983c5: refactor: [M3-8641] - Move `Box` component to `ui` package (Part 1) (#11163)
|
Committer | Connie Liu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
Description 📝
Part 1 of moving
Box
to theui
package.Box
touches so many files, so I've tried splitting this up to avoid a mega 220+ file PR. I was having trouble trying to split this up in a way that made sense (esp bc Box is used everywhere, including other components) but I tried to focus on features only for this PRChanges 🔄
How to test 🧪
Make sure there's no regressions in overall styling/layout in these specific areas:
As an Author I have considered 🤔
Check all that apply