-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🪟 🔧 UI Table migration to v8 #21109
🪟 🔧 UI Table migration to v8 #21109
Conversation
...e-webapp/src/packages/cloud/views/credits/CreditsPage/components/UsagePerConnectionTable.tsx
Outdated
Show resolved
Hide resolved
...e-webapp/src/packages/cloud/views/credits/CreditsPage/components/UsagePerConnectionTable.tsx
Outdated
Show resolved
Hide resolved
...e-webapp/src/packages/cloud/views/credits/CreditsPage/components/UsagePerConnectionTable.tsx
Outdated
Show resolved
Hide resolved
...e-webapp/src/packages/cloud/views/credits/CreditsPage/components/UsagePerConnectionTable.tsx
Outdated
Show resolved
Hide resolved
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.
Nothing stands out to me w/ the current state of things!
airbyte-webapp/src/components/ui/NextTable/NextTable.module.scss
Outdated
Show resolved
Hide resolved
airbyte-webapp/src/components/ui/NextTable/NextTable.module.scss
Outdated
Show resolved
Hide resolved
airbyte-webapp/src/components/ui/NextTable/NextTable.module.scss
Outdated
Show resolved
Hide resolved
Co-authored-by: Vladimir <[email protected]>
Changes (besides resolved comments):
|
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.
Did another review - LGTM 👍
Also, tested locally, on OSS and Cloud envs - looks great.
Seems like all the comments are fixed. 👍
Passing to @edmundito and @tealjulia for final review
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.
Hmm, can't say for sure, but in I've asked Bohdan to make the width of the Sync column a little narrower than we have in |
@tealjulia that Sync next to the checkbox is correct |
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! Excited to get the new components in place.
# Conflicts: # airbyte-webapp/src/components/EntityTable/ConnectionTable.tsx # airbyte-webapp/src/components/destination/DestinationConnectionTable/DestinationConnectionTable.tsx # airbyte-webapp/src/pages/SourcesPage/pages/SourceItemPage/components/SourceConnectionTable.tsx # airbyte-webapp/src/pages/connections/AllConnectionsPage/ConnectionsTable.tsx
What
Closes #17941
How
Create a new component (
NextTable
temporary name) to use instead ofTable
, and migrate allTable
occurrences to use new one