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

feat: add wrapper for gravity-ui/table #1736

Merged
merged 3 commits into from
Dec 6, 2024
Merged

feat: add wrapper for gravity-ui/table #1736

merged 3 commits into from
Dec 6, 2024

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Dec 5, 2024

closes #1427

Stand

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
208 208 0 0 0

😟 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
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

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}>
astandrik
astandrik previously approved these changes Dec 5, 2024
.ydb-table {
$block: &;
--ydb-table-cell-height: 40px;
width: 100%;
Copy link
Member

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

@Raubzeug Raubzeug added this pull request to the merge queue Dec 6, 2024
Merged via the queue into main with commit 26d00e9 Dec 6, 2024
7 checks passed
@Raubzeug Raubzeug deleted the update-table branch December 6, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update @gravity-ui/table to 1.x version
3 participants