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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃獰 馃敡 Move UI components from base to ui #17323

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

edmundito
Copy link
Contributor

What

Related to #17101

This change moves all the UI library components in components/base to components/ui.

The Titles components remain in base because they are deprecated and should be removed.

How

Move components, cleanup imports, and update imports

@edmundito edmundito requested a review from a team as a code owner September 28, 2022 13:50
@github-actions github-actions bot added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Sep 28, 2022
@@ -1,4 +1,4 @@
export * from "./base";
export * from "./ui";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will be removed separately.

Copy link
Contributor

@krishnaglick krishnaglick left a comment

Choose a reason for hiding this comment

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

I skimmed through the PR due to its large size. Since this is simply moving bits around I feel as long as the app continues to build this LGTM. Did not pull down to test.

* Update imports to leave Titles in base folder
@edmundito edmundito merged commit b48c624 into master Sep 28, 2022
@edmundito edmundito deleted the edmundito/move-base-components branch September 28, 2022 14:23
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
* Move AlertBanner from base to ui

* Move components from base to ui
* Update imports to leave Titles in base folder
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
* Move AlertBanner from base to ui

* Move components from base to ui
* Update imports to leave Titles in base folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants