-
Notifications
You must be signed in to change notification settings - Fork 4.6k
🪟 🔧 UI Table migration to v8 #21109
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
Merged
YatsukBogdan1
merged 33 commits into
master
from
byatsuk/feauter-update-to-react-table-v8
Feb 1, 2023
Merged
🪟 🔧 UI Table migration to v8 #21109
Changes from 10 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2713fa8
Starts migration of react-table to v8
YatsukBogdan1 2e410b8
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 790931f
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 46c8e3c
Fixes react-table v8 types
YatsukBogdan1 dc7cef7
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 2f13175
Removes inline styles; Adds SCSS custom styles for th in NextTable co…
YatsukBogdan1 43d2134
Migrate ConnectorsView, ImplementationTable and UserSettingsView Tabl…
YatsukBogdan1 6db4204
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 1134bf7
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 1d95dfd
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 4269483
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 d84afdb
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 c91470c
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 ed6e658
Adds usage of createColumnHelper utility to get rid of additional typ…
YatsukBogdan1 4b2b2d4
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 00b964b
Removes unnecessary cell props type definitions
YatsukBogdan1 312f364
Fixes styles issues
YatsukBogdan1 39d6192
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 770167f
Fix stream fields table to remove box-shadow
YatsukBogdan1 0390bc4
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 6de99c5
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 ea75b35
Removes headerHighlighted from column meta; Removes erroredRows prop …
YatsukBogdan1 c5bbcd0
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 67fc2be
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 3557959
Adds responsive property for column meta
YatsukBogdan1 966f79b
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 90863e1
Fixes styles for StreamsFieldTable
YatsukBogdan1 fa24992
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 602c3b0
Update airbyte-webapp/src/components/EntityTable/ConnectionTable.tsx
YatsukBogdan1 aa1aadc
Fixes ConnectionTable interface name
YatsukBogdan1 2041d98
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 ebccefd
Fixes StreamsFieldsTable textCell to have min-width: 140px
YatsukBogdan1 2000fbd
Merge branch 'master' into byatsuk/feauter-update-to-react-table-v8
YatsukBogdan1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
19 changes: 10 additions & 9 deletions
19
airbyte-webapp/src/components/EntityTable/ConnectionTable.module.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
.tableHeaderButton { | ||
background-color: inherit; | ||
border: none; | ||
color: inherit; | ||
cursor: pointer; | ||
font-size: inherit; | ||
font-weight: inherit; | ||
text-transform: inherit; | ||
white-space: nowrap; | ||
.thName { | ||
width: 30%; | ||
} | ||
|
||
.thEnabled { | ||
width: 1%; | ||
} | ||
|
||
.thConnectionId { | ||
width: 1%; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,7 @@ | |
padding-left: 32px !important; | ||
} | ||
} | ||
|
||
.thEntityName { | ||
width: 40%; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.