-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: add wrapper for gravity-ui/table #1736
Conversation
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.
Copilot reviewed 6 out of 10 changed files in this pull request and generated no suggestions.
Files not reviewed (4)
- package.json: Language not supported
- src/components/Table/Table.scss: Language not supported
- src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss: Language not supported
- src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss: Language not supported
Comments skipped due to low confidence (1)
src/containers/Tablet/components/TabletStorageInfo/columns.tsx:66
- Ensure consistent usage of the className prop in ColumnHeader component across all usages for better readability and maintainability.
<ColumnHeader className={hasExpand ? b('with-padding') : undefined}>
src/components/Table/Table.scss
Outdated
.ydb-table { | ||
$block: &; | ||
--ydb-table-cell-height: 40px; | ||
width: 100%; |
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.
100% width doesn't really fit with resizing (SimplifiedPlan), columns are resized only within screen width
closes #1427
Stand
CI Results
Test Status: β PASSED
π Full Report
π No changes in tests. π
Bundle Size: π½
Current: 65.85 MB | Main: 65.97 MB
Diff: 0.13 MB (-0.19%)
β Bundle size decreased.
βΉοΈ CI Information