Skip to content
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

Merged
merged 7 commits into from
Oct 30, 2024

Conversation

coliu-akamai
Copy link
Contributor

@coliu-akamai coliu-akamai commented Oct 25, 2024

Description 📝

Part 1 of moving Box to the ui 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 PR

Changes 🔄

  • Move Box to ui package
  • Update imports for about 1/2 of files

How to test 🧪

Make sure there's no regressions in overall styling/layout in these specific areas:

  • Account
  • Billing
  • Backups
  • Cloudpulse
  • Database
  • Global notifications
  • Events
  • Help
  • Images
  • LKE
  • Linodes
  • Lish
  • Longview
  • Managed
  • Nodebalancers

As an Author I have considered 🤔

Check all that apply

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

@coliu-akamai coliu-akamai self-assigned this Oct 25, 2024
@coliu-akamai coliu-akamai marked this pull request as ready for review October 25, 2024 14:36
@coliu-akamai coliu-akamai requested a review from a team as a code owner October 25, 2024 14:36
@coliu-akamai coliu-akamai requested review from carrillo-erik and cpathipa and removed request for a team October 25, 2024 14:36
@coliu-akamai coliu-akamai marked this pull request as draft October 25, 2024 14:37
@coliu-akamai coliu-akamai marked this pull request as ready for review October 25, 2024 15:24
Copy link

github-actions bot commented Oct 25, 2024

Coverage Report:
Base Coverage: 87.16%
Current Coverage: 87.16%

@coliu-akamai coliu-akamai added the Add'tl Approval Needed Waiting on another approval! label Oct 28, 2024
@@ -0,0 +1 @@
export * from './Box';
Copy link
Contributor Author

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

Copy link
Contributor

@cpathipa cpathipa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cpathipa cpathipa added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Oct 29, 2024
Copy link
Contributor

@hkhalil-akamai hkhalil-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moar merge conflicts😭😭

@coliu-akamai coliu-akamai merged commit 24d0598 into linode:develop Oct 30, 2024
23 checks passed
Copy link

cypress bot commented Oct 30, 2024

Cloud Manager E2E    Run #6756

Run Properties:  status check passed Passed #6756  •  git commit 24d05983c5: refactor: [M3-8641] - Move `Box` component to `ui` package (Part 1) (#11163)
Project Cloud Manager E2E
Branch Review develop
Run status status check passed Passed #6756
Run duration 26m 52s
Commit git 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
Tests that failed  Failures 0
Tests that were flaky  Flaky 3
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 445
View all changes introduced in this branch ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge! Modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants